Html Css Color HEX #EAA94D Casablanca

📋 copy color: '#EAA94D'

red 234 ◦ green 169 ◦ blue 77

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

Shades of Casablanca #EAA94D

Tints of Casablanca #EAA94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 48.75%
G = 35.21%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAA94D (or 0xEAA94D) is known color: Casablanca. HEX triplet: EA, A9 and 4D. RGB value is (234,169,77). Sum of RGB (Red+Green+Blue) = 234+169+77=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA94D is #1556B2. Grayscale: #B2B2B2. Windows color (decimal): -1398451 or 5089770. OLE color: 5089770.

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

Color convert

RGB 234 169 77 -
CMYK 0 0.28 0.67 0.08
HSL 35.16º 0.79% 0.61% -
HSV(B) 35.16º 0.67% 0.92% -
XYZ 49.46 46.4 13.37 -
YUV 177.95 71.03 167.98 -
System Red Green Blue C M Y K H S L
Decimal 234 169 77 0 0.28 0.67 0.08 35.16 0.79 0.61
Hex EA A9 4D 0 1C 43 8 23 4F 3D
Octal 352 251 115 0 34 103 10 43 117 75
Binary 11101010 10101001 1001101 0 11100 1000011 1000 100011 1001111 111101

Color Harmonies of #EAA94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA94D

Black with #EAA94D

Text Example


Text Example

White with #EAA94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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