Html Css Color HEX #EA9227 Carrot Orange

📋 copy color: '#EA9227'

red 234 ◦ green 146 ◦ blue 39

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

Shades of Carrot Orange #EA9227

Tints of Carrot Orange #EA9227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

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

R = 55.85%
G = 34.84%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9227 (or 0xEA9227) is known color: Carrot Orange. HEX triplet: EA, 92 and 27. RGB value is (234,146,39). Sum of RGB (Red+Green+Blue) = 234+146+39=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9227 is #156DD8. Grayscale: #A0A0A0. Windows color (decimal): -1404377 or 2593514. OLE color: 2593514.

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

Color convert

RGB 234 146 39 -
CMYK 0 0.38 0.83 0.08
HSL 32.92º 0.82% 0.54% -
HSV(B) 32.92º 0.83% 0.92% -
XYZ 44.58 38.2 6.94 -
YUV 160.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 234 146 39 0 0.38 0.83 0.08 32.92 0.82 0.54
Hex EA 92 27 0 26 53 8 21 52 36
Octal 352 222 47 0 46 123 10 41 122 66
Binary 11101010 10010010 100111 0 100110 1010011 1000 100001 1010010 110110

Color Harmonies of #EA9227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9227

Black with #EA9227

Text Example


Text Example

White with #EA9227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9227; }

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

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

background-color css

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

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

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

border-color css

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

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

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