Html Css Color HEX #ED8120 Carrot Orange

📋 copy color: '#ED8120'

red 237 ◦ green 129 ◦ blue 32

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

Shades of Carrot Orange #ED8120

Tints of Carrot Orange #ED8120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 59.55%
G = 32.41%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED8120 (or 0xED8120) is known color: Carrot Orange. HEX triplet: ED, 81 and 20. RGB value is (237,129,32). Sum of RGB (Red+Green+Blue) = 237+129+32=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8120 is #127EDF. Grayscale: #969696. Windows color (decimal): -1212128 or 2130413. OLE color: 2130413.

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

Color convert

RGB 237 129 32 -
CMYK 0 0.46 0.86 0.07
HSL 28.39º 0.85% 0.53% -
HSV(B) 28.39º 0.86% 0.93% -
XYZ 43.04 33.81 5.62 -
YUV 150.23 61.28 189.89 -
System Red Green Blue C M Y K H S L
Decimal 237 129 32 0 0.46 0.86 0.07 28.39 0.85 0.53
Hex ED 81 20 0 2E 56 7 1C 55 35
Octal 355 201 40 0 56 126 7 34 125 65
Binary 11101101 10000001 100000 0 101110 1010110 111 11100 1010101 110101

Color Harmonies of #ED8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8120

Black with #ED8120

Text Example


Text Example

White with #ED8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8120; }

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

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

background-color css

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

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

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

border-color css

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

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

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