Html Css Color HEX #ED911D Carrot Orange

📋 copy color: '#ED911D'

red 237 ◦ green 145 ◦ blue 29

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

Shades of Carrot Orange #ED911D

Tints of Carrot Orange #ED911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 57.66%
G = 35.28%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ED911D (or 0xED911D) is known color: Carrot Orange. HEX triplet: ED, 91 and 1D. RGB value is (237,145,29). Sum of RGB (Red+Green+Blue) = 237+145+29=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED911D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED911D is #126EE2. Grayscale: #9F9F9F. Windows color (decimal): -1208035 or 1937901. OLE color: 1937901.

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

Color convert

RGB 237 145 29 -
CMYK 0 0.39 0.88 0.07
HSL 33.46º 0.85% 0.52% -
HSV(B) 33.46º 0.88% 0.93% -
XYZ 45.27 38.34 6.18 -
YUV 159.28 54.48 183.43 -
System Red Green Blue C M Y K H S L
Decimal 237 145 29 0 0.39 0.88 0.07 33.46 0.85 0.52
Hex ED 91 1D 0 27 58 7 21 55 34
Octal 355 221 35 0 47 130 7 41 125 64
Binary 11101101 10010001 11101 0 100111 1011000 111 100001 1010101 110100

Color Harmonies of #ED911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED911D

Black with #ED911D

Text Example


Text Example

White with #ED911D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED911D; }

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

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

background-color css

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

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

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

border-color css

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

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

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