#ED9D22

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

Shades of Carrot Orange #ED9D22

Tints of Carrot Orange #ED9D22

Color information

#ED9D22 (or 0xED9D22) is unknown color: approx Carrot Orange. HEX triplet: ED, 9D and 22. RGB value is (237,157,34). Sum of RGB (Red+Green+Blue) = 237+157+34=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D22 is #1262DD. Grayscale: #A7A7A7. Windows color (decimal): -1204958 or 2268653. OLE color: 2268653.

HSL color Cylindrical-coordinate representation of color #ED9D22: hue angle of 36.35º 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 #ED9D22 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23715734-
CMYK00.340.860.07
HSL36.35º84.94%53.14%-
HSV(B)36.35º85.65%92.94%-
XYZ47.2742.237.17-
YUV166.953178-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 34 (13.67% from 255) = 7.94%
R=55.37%
G=36.68%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371573400.340.860.0736.3584.9453.14
HexED9D22022567245535
Octal3552354204212674412565
Binary1110110110011101100010010001010101101111001001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D22; }

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

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

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

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

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

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

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

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