Html Css Color HEX #ED911A Carrot Orange

📋 copy color: '#ED911A'

red 237 ◦ green 145 ◦ blue 26

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

Shades of Carrot Orange #ED911A

Tints of Carrot Orange #ED911A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 58.09%
G = 35.54%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED911A (or 0xED911A) is known color: Carrot Orange. HEX triplet: ED, 91 and 1A. RGB value is (237,145,26). Sum of RGB (Red+Green+Blue) = 237+145+26=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED911A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED911A is #126EE5. Grayscale: #9F9F9F. Windows color (decimal): -1208038 or 1741293. OLE color: 1741293.

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

Color convert

RGB 237 145 26 -
CMYK 0 0.39 0.89 0.07
HSL 33.84º 0.85% 0.52% -
HSV(B) 33.84º 0.89% 0.93% -
XYZ 45.24 38.33 5.99 -
YUV 158.94 52.98 183.68 -
System Red Green Blue C M Y K H S L
Decimal 237 145 26 0 0.39 0.89 0.07 33.84 0.85 0.52
Hex ED 91 1A 0 27 59 7 22 55 34
Octal 355 221 32 0 47 131 7 42 125 64
Binary 11101101 10010001 11010 0 100111 1011001 111 100010 1010101 110100

Color Harmonies of #ED911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED911A

Black with #ED911A

Text Example


Text Example

White with #ED911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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