Html Css Color HEX #EAA54C Casablanca

📋 copy color: '#EAA54C'

red 234 ◦ green 165 ◦ blue 76

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

Shades of Casablanca #EAA54C

Tints of Casablanca #EAA54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16%

R = 49.26%
G = 34.74%
B = 16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAA54C (or 0xEAA54C) is known color: Casablanca. HEX triplet: EA, A5 and 4C. RGB value is (234,165,76). Sum of RGB (Red+Green+Blue) = 234+165+76=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA54C is #155AB3. Grayscale: #AFAFAF. Windows color (decimal): -1399476 or 5023210. OLE color: 5023210.

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

Color convert

RGB 234 165 76 -
CMYK 0 0.29 0.68 0.08
HSL 33.8º 0.79% 0.61% -
HSV(B) 33.8º 0.68% 0.92% -
XYZ 48.69 44.92 12.94 -
YUV 175.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 234 165 76 0 0.29 0.68 0.08 33.8 0.79 0.61
Hex EA A5 4C 0 1D 44 8 22 4F 3D
Octal 352 245 114 0 35 104 10 42 117 75
Binary 11101010 10100101 1001100 0 11101 1000100 1000 100010 1001111 111101

Color Harmonies of #EAA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA54C

Black with #EAA54C

Text Example


Text Example

White with #EAA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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