#ED9B22

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

Shades of Carrot Orange #ED9B22

Tints of Carrot Orange #ED9B22

Color information

#ED9B22 (or 0xED9B22) is unknown color: approx Carrot Orange. HEX triplet: ED, 9B and 22. RGB value is (237,155,34). Sum of RGB (Red+Green+Blue) = 237+155+34=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9B22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9B22 is #1264DD. Grayscale: #A6A6A6. Windows color (decimal): -1205470 or 2268141. OLE color: 2268141.

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

Color convert

RGB23715534-
CMYK00.350.860.07
HSL35.76º84.94%53.14%-
HSV(B)35.76º85.65%92.94%-
XYZ46.9441.567.06-
YUV165.7253.67178.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 34 (13.67% from 255) = 7.98%
R=55.63%
G=36.38%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371553400.350.860.0735.7684.9453.14
HexED9B22023567245535
Octal3552334204312674412565
Binary1110110110011011100010010001110101101111001001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9B22; }

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

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

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

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

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

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

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

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