Html Css Color HEX #EA9115 Carrot Orange

📋 copy color: '#EA9115'

red 234 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #EA9115

Tints of Carrot Orange #EA9115

RGB

 RED value IS 234 (91.8% from 255) = 58.5%

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

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 58.5%
G = 36.25%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA9115 (or 0xEA9115) is known color: Carrot Orange. HEX triplet: EA, 91 and 15. RGB value is (234,145,21). Sum of RGB (Red+Green+Blue) = 234+145+21=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9115 is #156EEA. Grayscale: #9E9E9E. Windows color (decimal): -1404651 or 1413610. OLE color: 1413610.

HSL color Cylindrical-coordinate representation of color #EA9115: hue angle of 34.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA9115 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 145 21 -
CMYK 0 0.38 0.91 0.08
HSL 34.93º 0.84% 0.5% -
HSV(B) 34.93º 0.91% 0.92% -
XYZ 44.19 37.8 5.68 -
YUV 157.48 50.99 182.58 -
System Red Green Blue C M Y K H S L
Decimal 234 145 21 0 0.38 0.91 0.08 34.93 0.84 0.5
Hex EA 91 15 0 26 5B 8 23 54 32
Octal 352 221 25 0 46 133 10 43 124 62
Binary 11101010 10010001 10101 0 100110 1011011 1000 100011 1010100 110010

Color Harmonies of #EA9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9115

Black with #EA9115

Text Example


Text Example

White with #EA9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9115; }

 p { color: rgb(234,145,21); }

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

background-color css

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

 a { background-color: rgb(234,145,21); }

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

border-color css

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

 span { border-color: rgb(234,145,21); }

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