Html Css Color HEX #ED8820 Carrot Orange

📋 copy color: '#ED8820'

red 237 ◦ green 136 ◦ blue 32

#ED8820
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #ED8820

Tints of Carrot Orange #ED8820

RGB

 RED value IS 237 (92.97% from 255) = 58.52%

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 58.52%
G = 33.58%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8820 (or 0xED8820) is known color: Carrot Orange. HEX triplet: ED, 88 and 20. RGB value is (237,136,32). Sum of RGB (Red+Green+Blue) = 237+136+32=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8820 is #1277DF. Grayscale: #9A9A9A. Windows color (decimal): -1210336 or 2132205. OLE color: 2132205.

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

Color convert

RGB 237 136 32 -
CMYK 0 0.43 0.86 0.07
HSL 30.44º 0.85% 0.53% -
HSV(B) 30.44º 0.86% 0.93% -
XYZ 43.99 35.72 5.94 -
YUV 154.34 58.96 186.96 -
System Red Green Blue C M Y K H S L
Decimal 237 136 32 0 0.43 0.86 0.07 30.44 0.85 0.53
Hex ED 88 20 0 2B 56 7 1E 55 35
Octal 355 210 40 0 53 126 7 36 125 65
Binary 11101101 10001000 100000 0 101011 1010110 111 11110 1010101 110101

Color Harmonies of #ED8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8820

Black with #ED8820

Text Example


Text Example

White with #ED8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8820; }

 p { color: rgb(237,136,32); }

 H1.HeaderClassName
 {
   color: #ED8820;
 }
 .AnyTagClassName
 {
   color: #ED8820;
 }
</style>

background-color css

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

 a { background-color: rgb(237,136,32); }

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

border-color css

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

 span { border-color: rgb(237,136,32); }

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