Html Css Color HEX #EA8A13 Carrot Orange

📋 copy color: '#EA8A13'

red 234 ◦ green 138 ◦ blue 19

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

Shades of Carrot Orange #EA8A13

Tints of Carrot Orange #EA8A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 59.85%
G = 35.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8A13 (or 0xEA8A13) is known color: Carrot Orange. HEX triplet: EA, 8A and 13. RGB value is (234,138,19). Sum of RGB (Red+Green+Blue) = 234+138+19=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8A13 is #1575EC. Grayscale: #999999. Windows color (decimal): -1406445 or 1280746. OLE color: 1280746.

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

Color convert

RGB 234 138 19 -
CMYK 0 0.41 0.92 0.08
HSL 33.21º 0.85% 0.5% -
HSV(B) 33.21º 0.92% 0.92% -
XYZ 43.14 35.72 5.24 -
YUV 153.14 52.3 185.68 -
System Red Green Blue C M Y K H S L
Decimal 234 138 19 0 0.41 0.92 0.08 33.21 0.85 0.5
Hex EA 8A 13 0 29 5C 8 21 55 32
Octal 352 212 23 0 51 134 10 41 125 62
Binary 11101010 10001010 10011 0 101001 1011100 1000 100001 1010101 110010

Color Harmonies of #EA8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8A13

Black with #EA8A13

Text Example


Text Example

White with #EA8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8A13; }

 p { color: rgb(234,138,19); }

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

background-color css

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

 a { background-color: rgb(234,138,19); }

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

border-color css

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

 span { border-color: rgb(234,138,19); }

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