Html Css Color HEX #ED8420 Carrot Orange

📋 copy color: '#ED8420'

red 237 ◦ green 132 ◦ blue 32

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

Shades of Carrot Orange #ED8420

Tints of Carrot Orange #ED8420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 59.1%
G = 32.92%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8420 (or 0xED8420) is known color: Carrot Orange. HEX triplet: ED, 84 and 20. RGB value is (237,132,32). Sum of RGB (Red+Green+Blue) = 237+132+32=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8420 is #127BDF. Grayscale: #989898. Windows color (decimal): -1211360 or 2131181. OLE color: 2131181.

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

Color convert

RGB 237 132 32 -
CMYK 0 0.44 0.86 0.07
HSL 29.27º 0.85% 0.53% -
HSV(B) 29.27º 0.86% 0.93% -
XYZ 43.44 34.61 5.76 -
YUV 152 60.29 188.63 -
System Red Green Blue C M Y K H S L
Decimal 237 132 32 0 0.44 0.86 0.07 29.27 0.85 0.53
Hex ED 84 20 0 2C 56 7 1D 55 35
Octal 355 204 40 0 54 126 7 35 125 65
Binary 11101101 10000100 100000 0 101100 1010110 111 11101 1010101 110101

Color Harmonies of #ED8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8420

Black with #ED8420

Text Example


Text Example

White with #ED8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8420; }

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

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

background-color css

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

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

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

border-color css

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

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

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