Html Css Color HEX #EAA64A Casablanca

📋 copy color: '#EAA64A'

red 234 ◦ green 166 ◦ blue 74

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

Shades of Casablanca #EAA64A

Tints of Casablanca #EAA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.61%

R = 49.37%
G = 35.02%
B = 15.61%

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

#EAA64A (or 0xEAA64A) is known color: Casablanca. HEX triplet: EA, A6 and 4A. RGB value is (234,166,74). Sum of RGB (Red+Green+Blue) = 234+166+74=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA64A is #1559B5. Grayscale: #B0B0B0. Windows color (decimal): -1399222 or 4892394. OLE color: 4892394.

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

Color convert

RGB 234 166 74 -
CMYK 0 0.29 0.68 0.08
HSL 34.5º 0.79% 0.6% -
HSV(B) 34.5º 0.68% 0.92% -
XYZ 48.8 45.26 12.64 -
YUV 175.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 234 166 74 0 0.29 0.68 0.08 34.5 0.79 0.6
Hex EA A6 4A 0 1D 44 8 22 4F 3C
Octal 352 246 112 0 35 104 10 42 117 74
Binary 11101010 10100110 1001010 0 11101 1000100 1000 100010 1001111 111100

Color Harmonies of #EAA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA64A

Black with #EAA64A

Text Example


Text Example

White with #EAA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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