Html Css Color HEX #EAA758 Casablanca

📋 copy color: '#EAA758'

red 234 ◦ green 167 ◦ blue 88

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

Shades of Casablanca #EAA758

Tints of Casablanca #EAA758

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.15%

 BLUE value IS 88 (34.77% from 255) = 18%

R = 47.85%
G = 34.15%
B = 18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAA758 (or 0xEAA758) is known color: Casablanca. HEX triplet: EA, A7 and 58. RGB value is (234,167,88). Sum of RGB (Red+Green+Blue) = 234+167+88=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA758 is #1558A7. Grayscale: #B2B2B2. Windows color (decimal): -1398952 or 5810154. OLE color: 5810154.

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

Color convert

RGB 234 167 88 -
CMYK 0 0.29 0.62 0.08
HSL 32.47º 0.78% 0.63% -
HSV(B) 32.47º 0.62% 0.92% -
XYZ 49.51 45.83 15.47 -
YUV 178.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 234 167 88 0 0.29 0.62 0.08 32.47 0.78 0.63
Hex EA A7 58 0 1D 3E 8 20 4E 3F
Octal 352 247 130 0 35 76 10 40 116 77
Binary 11101010 10100111 1011000 0 11101 111110 1000 100000 1001110 111111

Color Harmonies of #EAA758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA758

Black with #EAA758

Text Example


Text Example

White with #EAA758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA758; }

 p { color: rgb(234,167,88); }

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

background-color css

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

 a { background-color: rgb(234,167,88); }

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

border-color css

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

 span { border-color: rgb(234,167,88); }

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