Html Css Color HEX #EAA554 Casablanca

📋 copy color: '#EAA554'

red 234 ◦ green 165 ◦ blue 84

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

Shades of Casablanca #EAA554

Tints of Casablanca #EAA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.16%

 BLUE value IS 84 (33.2% from 255) = 17.39%

R = 48.45%
G = 34.16%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAA554 (or 0xEAA554) is known color: Casablanca. HEX triplet: EA, A5 and 54. RGB value is (234,165,84). Sum of RGB (Red+Green+Blue) = 234+165+84=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA554 is #155AAB. Grayscale: #B0B0B0. Windows color (decimal): -1399468 or 5547498. OLE color: 5547498.

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

Color convert

RGB 234 165 84 -
CMYK 0 0.29 0.64 0.08
HSL 32.4º 0.78% 0.62% -
HSV(B) 32.4º 0.64% 0.92% -
XYZ 48.99 45.04 14.5 -
YUV 176.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 234 165 84 0 0.29 0.64 0.08 32.4 0.78 0.62
Hex EA A5 54 0 1D 40 8 20 4E 3E
Octal 352 245 124 0 35 100 10 40 116 76
Binary 11101010 10100101 1010100 0 11101 1000000 1000 100000 1001110 111110

Color Harmonies of #EAA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA554

Black with #EAA554

Text Example


Text Example

White with #EAA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA554; }

 p { color: rgb(234,165,84); }

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

background-color css

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

 a { background-color: rgb(234,165,84); }

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

border-color css

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

 span { border-color: rgb(234,165,84); }

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