Html Css Color HEX #EAA551 Casablanca

📋 copy color: '#EAA551'

red 234 ◦ green 165 ◦ blue 81

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

Shades of Casablanca #EAA551

Tints of Casablanca #EAA551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.88%

R = 48.75%
G = 34.38%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAA551 (or 0xEAA551) is known color: Casablanca. HEX triplet: EA, A5 and 51. RGB value is (234,165,81). Sum of RGB (Red+Green+Blue) = 234+165+81=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA551 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA551 is #155AAE. Grayscale: #B0B0B0. Windows color (decimal): -1399471 or 5350890. OLE color: 5350890.

HSL color Cylindrical-coordinate representation of color #EAA551: hue angle of 32.94º 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 #EAA551 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 81 -
CMYK 0 0.29 0.65 0.08
HSL 32.94º 0.78% 0.62% -
HSV(B) 32.94º 0.65% 0.92% -
XYZ 48.87 45 13.89 -
YUV 176.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 234 165 81 0 0.29 0.65 0.08 32.94 0.78 0.62
Hex EA A5 51 0 1D 41 8 21 4E 3E
Octal 352 245 121 0 35 101 10 41 116 76
Binary 11101010 10100101 1010001 0 11101 1000001 1000 100001 1001110 111110

Color Harmonies of #EAA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA551

Black with #EAA551

Text Example


Text Example

White with #EAA551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA551; }

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

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

background-color css

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

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

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

border-color css

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

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

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