Html Css Color HEX #EA7F19 Carrot Orange

📋 copy color: '#EA7F19'

red 234 ◦ green 127 ◦ blue 25

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

Shades of Carrot Orange #EA7F19

Tints of Carrot Orange #EA7F19

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 60.62%
G = 32.9%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA7F19 (or 0xEA7F19) is known color: Carrot Orange. HEX triplet: EA, 7F and 19. RGB value is (234,127,25). Sum of RGB (Red+Green+Blue) = 234+127+25=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7F19 is #1580E6. Grayscale: #939393. Windows color (decimal): -1409255 or 1671146. OLE color: 1671146.

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

Color convert

RGB 234 127 25 -
CMYK 0 0.46 0.89 0.08
HSL 29.28º 0.83% 0.51% -
HSV(B) 29.28º 0.89% 0.92% -
XYZ 41.7 32.74 5.04 -
YUV 147.37 58.95 189.79 -
System Red Green Blue C M Y K H S L
Decimal 234 127 25 0 0.46 0.89 0.08 29.28 0.83 0.51
Hex EA 7F 19 0 2E 59 8 1D 53 33
Octal 352 177 31 0 56 131 10 35 123 63
Binary 11101010 1111111 11001 0 101110 1011001 1000 11101 1010011 110011

Color Harmonies of #EA7F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F19

Black with #EA7F19

Text Example


Text Example

White with #EA7F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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