Html Css Color HEX #EA8F19 Carrot Orange

📋 copy color: '#EA8F19'

red 234 ◦ green 143 ◦ blue 25

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

Shades of Carrot Orange #EA8F19

Tints of Carrot Orange #EA8F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 58.21%
G = 35.57%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA8F19 (or 0xEA8F19) is known color: Carrot Orange. HEX triplet: EA, 8F and 19. RGB value is (234,143,25). Sum of RGB (Red+Green+Blue) = 234+143+25=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8F19 is #1570E6. Grayscale: #9D9D9D. Windows color (decimal): -1405159 or 1675242. OLE color: 1675242.

HSL color Cylindrical-coordinate representation of color #EA8F19: hue angle of 33.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA8F19 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 143 25 -
CMYK 0 0.39 0.89 0.08
HSL 33.88º 0.83% 0.51% -
HSV(B) 33.88º 0.89% 0.92% -
XYZ 43.93 37.21 5.79 -
YUV 156.76 53.65 183.09 -
System Red Green Blue C M Y K H S L
Decimal 234 143 25 0 0.39 0.89 0.08 33.88 0.83 0.51
Hex EA 8F 19 0 27 59 8 22 53 33
Octal 352 217 31 0 47 131 10 42 123 63
Binary 11101010 10001111 11001 0 100111 1011001 1000 100010 1010011 110011

Color Harmonies of #EA8F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8F19

Black with #EA8F19

Text Example


Text Example

White with #EA8F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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