Html Css Color HEX #EAAD4A Casablanca

📋 copy color: '#EAAD4A'

red 234 ◦ green 173 ◦ blue 74

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

Shades of Casablanca #EAAD4A

Tints of Casablanca #EAAD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

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

R = 48.65%
G = 35.97%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAAD4A (or 0xEAAD4A) is known color: Casablanca. HEX triplet: EA, AD and 4A. RGB value is (234,173,74). Sum of RGB (Red+Green+Blue) = 234+173+74=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD4A is #1552B5. Grayscale: #B4B4B4. Windows color (decimal): -1397430 or 4894186. OLE color: 4894186.

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

Color convert

RGB 234 173 74 -
CMYK 0 0.26 0.68 0.08
HSL 37.13º 0.79% 0.6% -
HSV(B) 37.13º 0.68% 0.92% -
XYZ 50.11 47.87 13.08 -
YUV 179.95 68.21 166.55 -
System Red Green Blue C M Y K H S L
Decimal 234 173 74 0 0.26 0.68 0.08 37.13 0.79 0.6
Hex EA AD 4A 0 1A 44 8 25 4F 3C
Octal 352 255 112 0 32 104 10 45 117 74
Binary 11101010 10101101 1001010 0 11010 1000100 1000 100101 1001111 111100

Color Harmonies of #EAAD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAD4A

Black with #EAAD4A

Text Example


Text Example

White with #EAAD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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