Html Css Color HEX #ED911C Carrot Orange

📋 copy color: '#ED911C'

red 237 ◦ green 145 ◦ blue 28

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

Shades of Carrot Orange #ED911C

Tints of Carrot Orange #ED911C

RGB

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

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

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

R = 57.8%
G = 35.37%
B = 6.83%

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

#ED911C (or 0xED911C) is known color: Carrot Orange. HEX triplet: ED, 91 and 1C. RGB value is (237,145,28). Sum of RGB (Red+Green+Blue) = 237+145+28=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED911C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED911C is #126EE3. Grayscale: #9F9F9F. Windows color (decimal): -1208036 or 1872365. OLE color: 1872365.

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

Color convert

RGB 237 145 28 -
CMYK 0 0.39 0.88 0.07
HSL 33.59º 0.85% 0.52% -
HSV(B) 33.59º 0.88% 0.93% -
XYZ 45.26 38.34 6.11 -
YUV 159.17 53.98 183.51 -
System Red Green Blue C M Y K H S L
Decimal 237 145 28 0 0.39 0.88 0.07 33.59 0.85 0.52
Hex ED 91 1C 0 27 58 7 22 55 34
Octal 355 221 34 0 47 130 7 42 125 64
Binary 11101101 10010001 11100 0 100111 1011000 111 100010 1010101 110100

Color Harmonies of #ED911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED911C

Black with #ED911C

Text Example


Text Example

White with #ED911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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