Html Css Color HEX #EAA54A Casablanca

📋 copy color: '#EAA54A'

red 234 ◦ green 165 ◦ blue 74

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

Shades of Casablanca #EAA54A

Tints of Casablanca #EAA54A

RGB

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

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

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

R = 49.47%
G = 34.88%
B = 15.64%

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

#EAA54A (or 0xEAA54A) is known color: Casablanca. HEX triplet: EA, A5 and 4A. RGB value is (234,165,74). Sum of RGB (Red+Green+Blue) = 234+165+74=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA54A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA54A is #155AB5. Grayscale: #AFAFAF. Windows color (decimal): -1399478 or 4892138. OLE color: 4892138.

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

Color convert

RGB 234 165 74 -
CMYK 0 0.29 0.68 0.08
HSL 34.13º 0.79% 0.6% -
HSV(B) 34.13º 0.68% 0.92% -
XYZ 48.62 44.9 12.58 -
YUV 175.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 234 165 74 0 0.29 0.68 0.08 34.13 0.79 0.6
Hex EA A5 4A 0 1D 44 8 22 4F 3C
Octal 352 245 112 0 35 104 10 42 117 74
Binary 11101010 10100101 1001010 0 11101 1000100 1000 100010 1001111 111100

Color Harmonies of #EAA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA54A

Black with #EAA54A

Text Example


Text Example

White with #EAA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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