Html Css Color HEX #EAAF4A Casablanca

📋 copy color: '#EAAF4A'

red 234 ◦ green 175 ◦ blue 74

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

Shades of Casablanca #EAAF4A

Tints of Casablanca #EAAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

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

R = 48.45%
G = 36.23%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAAF4A (or 0xEAAF4A) is known color: Casablanca. HEX triplet: EA, AF and 4A. RGB value is (234,175,74). Sum of RGB (Red+Green+Blue) = 234+175+74=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF4A is #1550B5. Grayscale: #B5B5B5. Windows color (decimal): -1396918 or 4894698. OLE color: 4894698.

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

Color convert

RGB 234 175 74 -
CMYK 0 0.25 0.68 0.08
HSL 37.88º 0.79% 0.6% -
HSV(B) 37.88º 0.68% 0.92% -
XYZ 50.5 48.65 13.21 -
YUV 181.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 234 175 74 0 0.25 0.68 0.08 37.88 0.79 0.6
Hex EA AF 4A 0 19 44 8 26 4F 3C
Octal 352 257 112 0 31 104 10 46 117 74
Binary 11101010 10101111 1001010 0 11001 1000100 1000 100110 1001111 111100

Color Harmonies of #EAAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF4A

Black with #EAAF4A

Text Example


Text Example

White with #EAAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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