#ED9C28

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

Shades of Carrot Orange #ED9C28

Tints of Carrot Orange #ED9C28

Color information

#ED9C28 (or 0xED9C28) is unknown color: approx Carrot Orange. HEX triplet: ED, 9C and 28. RGB value is (237,156,40). Sum of RGB (Red+Green+Blue) = 237+156+40=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C28 is #1263D7. Grayscale: #A7A7A7. Windows color (decimal): -1205208 or 2661613. OLE color: 2661613.

HSL color Cylindrical-coordinate representation of color #ED9C28: hue angle of 35.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED9C28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23715640-
CMYK00.340.830.07
HSL35.33º84.55%54.31%-
HSV(B)35.33º83.12%92.94%-
XYZ47.241.937.61-
YUV16756.34177.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.73%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 40 (16.02% from 255) = 9.24%
R=54.73%
G=36.03%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371564000.340.830.0735.3384.5554.31
HexED9C28022537235536
Octal3552345004212374312566
Binary1110110110011100101000010001010100111111000111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9C28; }

 p { color: rgb(237,156,40); }

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

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

 a { background-color: rgb(237,156,40); }

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

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

 span { border-color: rgb(237,156,40); }

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