Html Css Color HEX #EAAC49 Casablanca

📋 copy color: '#EAAC49'

red 234 ◦ green 172 ◦ blue 73

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

Shades of Casablanca #EAAC49

Tints of Casablanca #EAAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.91%

 BLUE value IS 73 (28.91% from 255) = 15.24%

R = 48.85%
G = 35.91%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAAC49 (or 0xEAAC49) is known color: Casablanca. HEX triplet: EA, AC and 49. RGB value is (234,172,73). Sum of RGB (Red+Green+Blue) = 234+172+73=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAC49 is #1553B6. Grayscale: #B3B3B3. Windows color (decimal): -1397687 or 4828394. OLE color: 4828394.

HSL color Cylindrical-coordinate representation of color #EAAC49: hue angle of 36.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAAC49 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 73 -
CMYK 0 0.26 0.69 0.08
HSL 36.89º 0.79% 0.6% -
HSV(B) 36.89º 0.69% 0.92% -
XYZ 49.89 47.48 12.84 -
YUV 179.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 234 172 73 0 0.26 0.69 0.08 36.89 0.79 0.6
Hex EA AC 49 0 1A 45 8 25 4F 3C
Octal 352 254 111 0 32 105 10 45 117 74
Binary 11101010 10101100 1001001 0 11010 1000101 1000 100101 1001111 111100

Color Harmonies of #EAAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAC49

Black with #EAAC49

Text Example


Text Example

White with #EAAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAC49; }

 p { color: rgb(234,172,73); }

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

background-color css

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

 a { background-color: rgb(234,172,73); }

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

border-color css

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

 span { border-color: rgb(234,172,73); }

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