Html Css Color HEX #EAAF50 Casablanca

📋 copy color: '#EAAF50'

red 234 ◦ green 175 ◦ blue 80

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

Shades of Casablanca #EAAF50

Tints of Casablanca #EAAF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 47.85%
G = 35.79%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EAAF50 (or 0xEAAF50) is known color: Casablanca. HEX triplet: EA, AF and 50. RGB value is (234,175,80). Sum of RGB (Red+Green+Blue) = 234+175+80=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF50 is #1550AF. Grayscale: #B6B6B6. Windows color (decimal): -1396912 or 5287914. OLE color: 5287914.

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

Color convert

RGB 234 175 80 -
CMYK 0 0.25 0.66 0.08
HSL 37.01º 0.79% 0.62% -
HSV(B) 37.01º 0.66% 0.92% -
XYZ 50.71 48.73 14.32 -
YUV 181.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 234 175 80 0 0.25 0.66 0.08 37.01 0.79 0.62
Hex EA AF 50 0 19 42 8 25 4F 3E
Octal 352 257 120 0 31 102 10 45 117 76
Binary 11101010 10101111 1010000 0 11001 1000010 1000 100101 1001111 111110

Color Harmonies of #EAAF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAF50

Black with #EAAF50

Text Example


Text Example

White with #EAAF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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