Html Css Color HEX #EAB053 Casablanca

📋 copy color: '#EAB053'

red 234 ◦ green 176 ◦ blue 83

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

Shades of Casablanca #EAB053

Tints of Casablanca #EAB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 47.46%
G = 35.7%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EAB053 (or 0xEAB053) is known color: Casablanca. HEX triplet: EA, B0 and 53. RGB value is (234,176,83). Sum of RGB (Red+Green+Blue) = 234+176+83=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB053 is #154FAC. Grayscale: #B7B7B7. Windows color (decimal): -1396653 or 5484778. OLE color: 5484778.

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

Color convert

RGB 234 176 83 -
CMYK 0 0.25 0.65 0.08
HSL 36.95º 0.78% 0.62% -
HSV(B) 36.95º 0.65% 0.92% -
XYZ 51.02 49.17 14.98 -
YUV 182.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 234 176 83 0 0.25 0.65 0.08 36.95 0.78 0.62
Hex EA B0 53 0 19 41 8 25 4E 3E
Octal 352 260 123 0 31 101 10 45 116 76
Binary 11101010 10110000 1010011 0 11001 1000001 1000 100101 1001110 111110

Color Harmonies of #EAB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB053

Black with #EAB053

Text Example


Text Example

White with #EAB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB053; }

 p { color: rgb(234,176,83); }

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

background-color css

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

 a { background-color: rgb(234,176,83); }

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

border-color css

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

 span { border-color: rgb(234,176,83); }

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