Html Css Color HEX #EA8F13 Carrot Orange

📋 copy color: '#EA8F13'

red 234 ◦ green 143 ◦ blue 19

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

Shades of Carrot Orange #EA8F13

Tints of Carrot Orange #EA8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

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

R = 59.09%
G = 36.11%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA8F13 (or 0xEA8F13) is known color: Carrot Orange. HEX triplet: EA, 8F and 13. RGB value is (234,143,19). Sum of RGB (Red+Green+Blue) = 234+143+19=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F13 is #1570EC. Grayscale: #9C9C9C. Windows color (decimal): -1405165 or 1282026. OLE color: 1282026.

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

Color convert

RGB 234 143 19 -
CMYK 0 0.39 0.92 0.08
HSL 34.6º 0.85% 0.5% -
HSV(B) 34.6º 0.92% 0.92% -
XYZ 43.87 37.18 5.48 -
YUV 156.07 50.65 183.58 -
System Red Green Blue C M Y K H S L
Decimal 234 143 19 0 0.39 0.92 0.08 34.6 0.85 0.5
Hex EA 8F 13 0 27 5C 8 23 55 32
Octal 352 217 23 0 47 134 10 43 125 62
Binary 11101010 10001111 10011 0 100111 1011100 1000 100011 1010101 110010

Color Harmonies of #EA8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F13

Black with #EA8F13

Text Example


Text Example

White with #EA8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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