Html Css Color HEX #ED811C Carrot Orange

📋 copy color: '#ED811C'

red 237 ◦ green 129 ◦ blue 28

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

Shades of Carrot Orange #ED811C

Tints of Carrot Orange #ED811C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 60.15%
G = 32.74%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED811C (or 0xED811C) is known color: Carrot Orange. HEX triplet: ED, 81 and 1C. RGB value is (237,129,28). Sum of RGB (Red+Green+Blue) = 237+129+28=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED811C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED811C is #127EE3. Grayscale: #969696. Windows color (decimal): -1212132 or 1868269. OLE color: 1868269.

HSL color Cylindrical-coordinate representation of color #ED811C: hue angle of 29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED811C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 28 -
CMYK 0 0.46 0.88 0.07
HSL 29º 0.85% 0.52% -
HSV(B) 29º 0.88% 0.93% -
XYZ 42.98 33.79 5.35 -
YUV 149.78 59.28 190.21 -
System Red Green Blue C M Y K H S L
Decimal 237 129 28 0 0.46 0.88 0.07 29 0.85 0.52
Hex ED 81 1C 0 2E 58 7 1D 55 34
Octal 355 201 34 0 56 130 7 35 125 64
Binary 11101101 10000001 11100 0 101110 1011000 111 11101 1010101 110100

Color Harmonies of #ED811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED811C

Black with #ED811C

Text Example


Text Example

White with #ED811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED811C; }

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

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

background-color css

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

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

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

border-color css

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

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

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