Html Css Color HEX #E5912A Carrot Orange

📋 copy color: '#E5912A'

red 229 ◦ green 145 ◦ blue 42

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

Shades of Carrot Orange #E5912A

Tints of Carrot Orange #E5912A

RGB

 RED value IS 229 (89.84% from 255) = 55.05%

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

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 55.05%
G = 34.86%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5912A (or 0xE5912A) is known color: Carrot Orange. HEX triplet: E5, 91 and 2A. RGB value is (229,145,42). Sum of RGB (Red+Green+Blue) = 229+145+42=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E5912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5912A is #1A6ED5. Grayscale: #9E9E9E. Windows color (decimal): -1732310 or 2789861. OLE color: 2789861.

HSL color Cylindrical-coordinate representation of color #E5912A: hue angle of 33.05º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5912A is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 42 -
CMYK 0 0.37 0.82 0.10
HSL 33.05º 0.78% 0.53% -
HSV(B) 33.05º 0.82% 0.9% -
XYZ 42.86 37.08 7.09 -
YUV 158.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 229 145 42 0 0.37 0.82 0.10 33.05 0.78 0.53
Hex E5 91 2A 0 25 52 A 21 4E 35
Octal 345 221 52 0 45 122 12 41 116 65
Binary 11100101 10010001 101010 0 100101 1010010 1010 100001 1001110 110101

Color Harmonies of #E5912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5912A

Black with #E5912A

Text Example


Text Example

White with #E5912A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5912A; }

 p { color: rgb(229,145,42); }

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

background-color css

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

 a { background-color: rgb(229,145,42); }

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

border-color css

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

 span { border-color: rgb(229,145,42); }

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