#ED9F22

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

Shades of Carrot Orange #ED9F22

Tints of Carrot Orange #ED9F22

Color information

#ED9F22 (or 0xED9F22) is unknown color: approx Carrot Orange. HEX triplet: ED, 9F and 22. RGB value is (237,159,34). Sum of RGB (Red+Green+Blue) = 237+159+34=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F22 is #1260DD. Grayscale: #A8A8A8. Windows color (decimal): -1204446 or 2269165. OLE color: 2269165.

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

Color convert

RGB23715934-
CMYK00.330.860.07
HSL36.95º84.94%53.14%-
HSV(B)36.95º85.65%92.94%-
XYZ47.6142.927.29-
YUV168.0752.34177.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.12%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 34 (13.67% from 255) = 7.91%
R=55.12%
G=36.98%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371593400.330.860.0736.9584.9453.14
HexED9F22021567255535
Octal3552374204112674512565
Binary1110110110011111100010010000110101101111001011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9F22; }

 p { color: rgb(237,159,34); }

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

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

 a { background-color: rgb(237,159,34); }

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

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

 span { border-color: rgb(237,159,34); }

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