Html Css Color HEX #ED801D Carrot Orange

📋 copy color: '#ED801D'

red 237 ◦ green 128 ◦ blue 29

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

Shades of Carrot Orange #ED801D

Tints of Carrot Orange #ED801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 29 (11.72% from 255) = 7.36%

R = 60.15%
G = 32.49%
B = 7.36%

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

#ED801D (or 0xED801D) is known color: Carrot Orange. HEX triplet: ED, 80 and 1D. RGB value is (237,128,29). Sum of RGB (Red+Green+Blue) = 237+128+29=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED801D is #127FE2. Grayscale: #959595. Windows color (decimal): -1212387 or 1933549. OLE color: 1933549.

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

Color convert

RGB 237 128 29 -
CMYK 0 0.46 0.88 0.07
HSL 28.56º 0.85% 0.52% -
HSV(B) 28.56º 0.88% 0.93% -
XYZ 42.87 33.53 5.38 -
YUV 149.31 60.11 190.55 -
System Red Green Blue C M Y K H S L
Decimal 237 128 29 0 0.46 0.88 0.07 28.56 0.85 0.52
Hex ED 80 1D 0 2E 58 7 1D 55 34
Octal 355 200 35 0 56 130 7 35 125 64
Binary 11101101 10000000 11101 0 101110 1011000 111 11101 1010101 110100

Color Harmonies of #ED801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED801D

Black with #ED801D

Text Example


Text Example

White with #ED801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED801D; }

 p { color: rgb(237,128,29); }

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

background-color css

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

 a { background-color: rgb(237,128,29); }

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

border-color css

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

 span { border-color: rgb(237,128,29); }

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