#EF8228

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

Shades of Carrot Orange #EF8228

Tints of Carrot Orange #EF8228

Color information

#EF8228 (or 0xEF8228) is unknown color: approx Carrot Orange. HEX triplet: EF, 82 and 28. RGB value is (239,130,40). Sum of RGB (Red+Green+Blue) = 239+130+40=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8228 is #107DD7. Grayscale: #989898. Windows color (decimal): -1080792 or 2654959. OLE color: 2654959.

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

Color convert

RGB23913040-
CMYK00.460.830.06
HSL27.14º86.15%54.71%-
HSV(B)27.14º83.26%93.73%-
XYZ43.9634.476.34-
YUV152.3364.61189.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.44%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 40 (16.02% from 255) = 9.78%
R=58.44%
G=31.78%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391304000.460.830.0627.1486.1554.71
HexEF822802E5361b5637
Octal3572025005612363312667
Binary111011111000001010100001011101010011110110111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8228; }

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

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

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

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

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

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

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

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