Html Css Color HEX #EA9527 Carrot Orange

📋 copy color: '#EA9527'

red 234 ◦ green 149 ◦ blue 39

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

Shades of Carrot Orange #EA9527

Tints of Carrot Orange #EA9527

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 55.45%
G = 35.31%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA9527 (or 0xEA9527) is known color: Carrot Orange. HEX triplet: EA, 95 and 27. RGB value is (234,149,39). Sum of RGB (Red+Green+Blue) = 234+149+39=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9527 is #156AD8. Grayscale: #A2A2A2. Windows color (decimal): -1403609 or 2594282. OLE color: 2594282.

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

Color convert

RGB 234 149 39 -
CMYK 0 0.36 0.83 0.08
HSL 33.85º 0.82% 0.54% -
HSV(B) 33.85º 0.83% 0.92% -
XYZ 45.05 39.13 7.1 -
YUV 161.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 234 149 39 0 0.36 0.83 0.08 33.85 0.82 0.54
Hex EA 95 27 0 24 53 8 22 52 36
Octal 352 225 47 0 44 123 10 42 122 66
Binary 11101010 10010101 100111 0 100100 1010011 1000 100010 1010010 110110

Color Harmonies of #EA9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9527

Black with #EA9527

Text Example


Text Example

White with #EA9527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9527; }

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

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

background-color css

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

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

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

border-color css

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

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

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