Html Css Color HEX #EAA225 Carrot Orange

📋 copy color: '#EAA225'

red 234 ◦ green 162 ◦ blue 37

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

Shades of Carrot Orange #EAA225

Tints of Carrot Orange #EAA225

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 54.04%
G = 37.41%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAA225 (or 0xEAA225) is known color: Carrot Orange. HEX triplet: EA, A2 and 25. RGB value is (234,162,37). Sum of RGB (Red+Green+Blue) = 234+162+37=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA225 is #155DDA. Grayscale: #A9A9A9. Windows color (decimal): -1400283 or 2466538. OLE color: 2466538.

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

Color convert

RGB 234 162 37 -
CMYK 0 0.31 0.84 0.08
HSL 38.07º 0.82% 0.53% -
HSV(B) 38.07º 0.84% 0.92% -
XYZ 47.19 43.47 7.65 -
YUV 169.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 234 162 37 0 0.31 0.84 0.08 38.07 0.82 0.53
Hex EA A2 25 0 1F 54 8 26 52 35
Octal 352 242 45 0 37 124 10 46 122 65
Binary 11101010 10100010 100101 0 11111 1010100 1000 100110 1010010 110101

Color Harmonies of #EAA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA225

Black with #EAA225

Text Example


Text Example

White with #EAA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA225; }

 p { color: rgb(234,162,37); }

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

background-color css

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

 a { background-color: rgb(234,162,37); }

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

border-color css

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

 span { border-color: rgb(234,162,37); }

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