#EF822C

Color #EF822C Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sun #EF822C

Tints of Sun #EF822C

Color information

#EF822C (or 0xEF822C) is unknown color: approx Sun. HEX triplet: EF, 82 and 2C. RGB value is (239,130,44). Sum of RGB (Red+Green+Blue) = 239+130+44=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF822C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF822C is #107DD3. Grayscale: #999999. Windows color (decimal): -1080788 or 2917103. OLE color: 2917103.

HSL color Cylindrical-coordinate representation of color #EF822C: hue angle of 26.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF822C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB23913044-
CMYK00.460.820.06
HSL26.46º85.9%55.49%-
HSV(B)26.46º81.59%93.73%-
XYZ44.0334.56.72-
YUV152.7966.61189.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 57.87%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=57.87%
G=31.48%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391304400.460.820.0626.4685.955.49
HexEF822C02E5261a5637
Octal3572025405612263212667
Binary111011111000001010110001011101010010110110101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF822C; }

 p { color: rgb(239,130,44); }

 H1.HeaderClassName
 {
   color: #EF822C;
 }
 .AnyTagClassName
 {
   color: #EF822C;
 }
</style>
background-color css

<style>
 a { background-color: #EF822C; }

 a { background-color: rgb(239,130,44); }

 div.DivClassName
 {
   background-color: #EF822C;
 }
 .BgClassName
 {
   background-color: #EF822C;
 }
</style>
border-color css

<style>
 span { border-color: #EF822C; }

 span { border-color: rgb(239,130,44); }

 td.TdClassName
 {
   border-color: #EF822C;
 }
 .TagClassName
 {
   border-color: #EF822C;
 }
</style>