Html Css Color HEX #EA9015 Carrot Orange

📋 copy color: '#EA9015'

red 234 ◦ green 144 ◦ blue 21

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

Shades of Carrot Orange #EA9015

Tints of Carrot Orange #EA9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

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

R = 58.65%
G = 36.09%
B = 5.26%

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

#EA9015 (or 0xEA9015) is known color: Carrot Orange. HEX triplet: EA, 90 and 15. RGB value is (234,144,21). Sum of RGB (Red+Green+Blue) = 234+144+21=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9015 is #156FEA. Grayscale: #9D9D9D. Windows color (decimal): -1404907 or 1413354. OLE color: 1413354.

HSL color Cylindrical-coordinate representation of color #EA9015: hue angle of 34.65º 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 #EA9015 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 144 21 -
CMYK 0 0.38 0.91 0.08
HSL 34.65º 0.84% 0.5% -
HSV(B) 34.65º 0.91% 0.92% -
XYZ 44.04 37.49 5.63 -
YUV 156.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 234 144 21 0 0.38 0.91 0.08 34.65 0.84 0.5
Hex EA 90 15 0 26 5B 8 23 54 32
Octal 352 220 25 0 46 133 10 43 124 62
Binary 11101010 10010000 10101 0 100110 1011011 1000 100011 1010100 110010

Color Harmonies of #EA9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9015

Black with #EA9015

Text Example


Text Example

White with #EA9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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