Html Css Color HEX #EA9A27 Carrot Orange

📋 copy color: '#EA9A27'

red 234 ◦ green 154 ◦ blue 39

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

Shades of Carrot Orange #EA9A27

Tints of Carrot Orange #EA9A27

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 54.8%
G = 36.07%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9A27 (or 0xEA9A27) is known color: Carrot Orange. HEX triplet: EA, 9A and 27. RGB value is (234,154,39). Sum of RGB (Red+Green+Blue) = 234+154+39=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9A27 is #1565D8. Grayscale: #A5A5A5. Windows color (decimal): -1402329 or 2595562. OLE color: 2595562.

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

Color convert

RGB 234 154 39 -
CMYK 0 0.34 0.83 0.08
HSL 35.38º 0.82% 0.54% -
HSV(B) 35.38º 0.83% 0.92% -
XYZ 45.85 40.75 7.37 -
YUV 164.81 57 177.35 -
System Red Green Blue C M Y K H S L
Decimal 234 154 39 0 0.34 0.83 0.08 35.38 0.82 0.54
Hex EA 9A 27 0 22 53 8 23 52 36
Octal 352 232 47 0 42 123 10 43 122 66
Binary 11101010 10011010 100111 0 100010 1010011 1000 100011 1010010 110110

Color Harmonies of #EA9A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9A27

Black with #EA9A27

Text Example


Text Example

White with #EA9A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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