Html Css Color HEX #EA9F27 Carrot Orange

📋 copy color: '#EA9F27'

red 234 ◦ green 159 ◦ blue 39

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

Shades of Carrot Orange #EA9F27

Tints of Carrot Orange #EA9F27

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 39 (15.63% from 255) = 9.03%

R = 54.17%
G = 36.81%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9F27 (or 0xEA9F27) is known color: Carrot Orange. HEX triplet: EA, 9F and 27. RGB value is (234,159,39). Sum of RGB (Red+Green+Blue) = 234+159+39=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F27 is #1560D8. Grayscale: #A8A8A8. Windows color (decimal): -1401049 or 2596842. OLE color: 2596842.

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

Color convert

RGB 234 159 39 -
CMYK 0 0.32 0.83 0.08
HSL 36.92º 0.82% 0.54% -
HSV(B) 36.92º 0.83% 0.92% -
XYZ 46.7 42.44 7.65 -
YUV 167.75 55.35 175.26 -
System Red Green Blue C M Y K H S L
Decimal 234 159 39 0 0.32 0.83 0.08 36.92 0.82 0.54
Hex EA 9F 27 0 20 53 8 25 52 36
Octal 352 237 47 0 40 123 10 45 122 66
Binary 11101010 10011111 100111 0 100000 1010011 1000 100101 1010010 110110

Color Harmonies of #EA9F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9F27

Black with #EA9F27

Text Example


Text Example

White with #EA9F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9F27; }

 p { color: rgb(234,159,39); }

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

background-color css

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

 a { background-color: rgb(234,159,39); }

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

border-color css

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

 span { border-color: rgb(234,159,39); }

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