Html Css Color HEX #EAAA4A Casablanca

📋 copy color: '#EAAA4A'

red 234 ◦ green 170 ◦ blue 74

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

Shades of Casablanca #EAAA4A

Tints of Casablanca #EAAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

 BLUE value IS 74 (29.3% from 255) = 15.48%

R = 48.95%
G = 35.56%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAAA4A (or 0xEAAA4A) is known color: Casablanca. HEX triplet: EA, AA and 4A. RGB value is (234,170,74). Sum of RGB (Red+Green+Blue) = 234+170+74=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA4A is #1555B5. Grayscale: #B2B2B2. Windows color (decimal): -1398198 or 4893418. OLE color: 4893418.

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

Color convert

RGB 234 170 74 -
CMYK 0 0.27 0.68 0.08
HSL 36º 0.79% 0.6% -
HSV(B) 36º 0.68% 0.92% -
XYZ 49.54 46.74 12.89 -
YUV 178.19 69.2 167.81 -
System Red Green Blue C M Y K H S L
Decimal 234 170 74 0 0.27 0.68 0.08 36 0.79 0.6
Hex EA AA 4A 0 1B 44 8 24 4F 3C
Octal 352 252 112 0 33 104 10 44 117 74
Binary 11101010 10101010 1001010 0 11011 1000100 1000 100100 1001111 111100

Color Harmonies of #EAAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA4A

Black with #EAAA4A

Text Example


Text Example

White with #EAAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA4A; }

 p { color: rgb(234,170,74); }

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

background-color css

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

 a { background-color: rgb(234,170,74); }

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

border-color css

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

 span { border-color: rgb(234,170,74); }

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