Html Css Color HEX #EAA952 Casablanca

📋 copy color: '#EAA952'

red 234 ◦ green 169 ◦ blue 82

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

Shades of Casablanca #EAA952

Tints of Casablanca #EAA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 48.25%
G = 34.85%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAA952 (or 0xEAA952) is known color: Casablanca. HEX triplet: EA, A9 and 52. RGB value is (234,169,82). Sum of RGB (Red+Green+Blue) = 234+169+82=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA952 is #1556AD. Grayscale: #B2B2B2. Windows color (decimal): -1398446 or 5417450. OLE color: 5417450.

HSL color Cylindrical-coordinate representation of color #EAA952: hue angle of 34.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAA952 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 169 82 -
CMYK 0 0.28 0.65 0.08
HSL 34.34º 0.78% 0.62% -
HSV(B) 34.34º 0.65% 0.92% -
XYZ 49.64 46.48 14.34 -
YUV 178.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 234 169 82 0 0.28 0.65 0.08 34.34 0.78 0.62
Hex EA A9 52 0 1C 41 8 22 4E 3E
Octal 352 251 122 0 34 101 10 42 116 76
Binary 11101010 10101001 1010010 0 11100 1000001 1000 100010 1001110 111110

Color Harmonies of #EAA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA952

Black with #EAA952

Text Example


Text Example

White with #EAA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA952; }

 p { color: rgb(234,169,82); }

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

background-color css

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

 a { background-color: rgb(234,169,82); }

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

border-color css

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

 span { border-color: rgb(234,169,82); }

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