Html Css Color HEX #EAB054 Casablanca

📋 copy color: '#EAB054'

red 234 ◦ green 176 ◦ blue 84

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

Shades of Casablanca #EAB054

Tints of Casablanca #EAB054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17%

R = 47.37%
G = 35.63%
B = 17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB054 (or 0xEAB054) is known color: Casablanca. HEX triplet: EA, B0 and 54. RGB value is (234,176,84). Sum of RGB (Red+Green+Blue) = 234+176+84=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB054 is #154FAB. Grayscale: #B7B7B7. Windows color (decimal): -1396652 or 5550314. OLE color: 5550314.

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

Color convert

RGB 234 176 84 -
CMYK 0 0.25 0.64 0.08
HSL 36.8º 0.78% 0.62% -
HSV(B) 36.8º 0.64% 0.92% -
XYZ 51.06 49.18 15.19 -
YUV 182.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 234 176 84 0 0.25 0.64 0.08 36.8 0.78 0.62
Hex EA B0 54 0 19 40 8 25 4E 3E
Octal 352 260 124 0 31 100 10 45 116 76
Binary 11101010 10110000 1010100 0 11001 1000000 1000 100101 1001110 111110

Color Harmonies of #EAB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB054

Black with #EAB054

Text Example


Text Example

White with #EAB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB054; }

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

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

background-color css

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

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

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

border-color css

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

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

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