Html Css Color HEX #EAA64C Casablanca

📋 copy color: '#EAA64C'

red 234 ◦ green 166 ◦ blue 76

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

Shades of Casablanca #EAA64C

Tints of Casablanca #EAA64C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.87%

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

R = 49.16%
G = 34.87%
B = 15.97%

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

#EAA64C (or 0xEAA64C) is known color: Casablanca. HEX triplet: EA, A6 and 4C. RGB value is (234,166,76). Sum of RGB (Red+Green+Blue) = 234+166+76=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA64C is #1559B3. Grayscale: #B0B0B0. Windows color (decimal): -1399220 or 5023466. OLE color: 5023466.

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

Color convert

RGB 234 166 76 -
CMYK 0 0.29 0.68 0.08
HSL 34.18º 0.79% 0.61% -
HSV(B) 34.18º 0.68% 0.92% -
XYZ 48.87 45.29 13 -
YUV 176.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 234 166 76 0 0.29 0.68 0.08 34.18 0.79 0.61
Hex EA A6 4C 0 1D 44 8 22 4F 3D
Octal 352 246 114 0 35 104 10 42 117 75
Binary 11101010 10100110 1001100 0 11101 1000100 1000 100010 1001111 111101

Color Harmonies of #EAA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA64C

Black with #EAA64C

Text Example


Text Example

White with #EAA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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