#ED9124

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

Shades of Carrot Orange #ED9124

Tints of Carrot Orange #ED9124

Color information

#ED9124 (or 0xED9124) is unknown color: approx Carrot Orange. HEX triplet: ED, 91 and 24. RGB value is (237,145,36). Sum of RGB (Red+Green+Blue) = 237+145+36=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9124 is #126EDB. Grayscale: #A0A0A0. Windows color (decimal): -1208028 or 2396653. OLE color: 2396653.

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

Color convert

RGB23714536-
CMYK00.390.850.07
HSL32.54º84.81%53.53%-
HSV(B)32.54º84.81%92.94%-
XYZ45.3738.386.69-
YUV160.0857.98182.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 36 (14.45% from 255) = 8.61%
R=56.70%
G=34.69%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371453600.390.850.0732.5484.8153.53
HexED9124027557215536
Octal3552214404712574112566
Binary1110110110010001100100010011110101011111000011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9124; }

 p { color: rgb(237,145,36); }

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

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

 a { background-color: rgb(237,145,36); }

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

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

 span { border-color: rgb(237,145,36); }

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