Html Css Color HEX #EAA84A Casablanca

📋 copy color: '#EAA84A'

red 234 ◦ green 168 ◦ blue 74

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

Shades of Casablanca #EAA84A

Tints of Casablanca #EAA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 49.16%
G = 35.29%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAA84A (or 0xEAA84A) is known color: Casablanca. HEX triplet: EA, A8 and 4A. RGB value is (234,168,74). Sum of RGB (Red+Green+Blue) = 234+168+74=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA84A is #1557B5. Grayscale: #B1B1B1. Windows color (decimal): -1398710 or 4892906. OLE color: 4892906.

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

Color convert

RGB 234 168 74 -
CMYK 0 0.28 0.68 0.08
HSL 35.25º 0.79% 0.6% -
HSV(B) 35.25º 0.68% 0.92% -
XYZ 49.17 45.99 12.76 -
YUV 177.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 234 168 74 0 0.28 0.68 0.08 35.25 0.79 0.6
Hex EA A8 4A 0 1C 44 8 23 4F 3C
Octal 352 250 112 0 34 104 10 43 117 74
Binary 11101010 10101000 1001010 0 11100 1000100 1000 100011 1001111 111100

Color Harmonies of #EAA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA84A

Black with #EAA84A

Text Example


Text Example

White with #EAA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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