Html Css Color HEX #EAB154 Casablanca

📋 copy color: '#EAB154'

red 234 ◦ green 177 ◦ blue 84

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

Shades of Casablanca #EAB154

Tints of Casablanca #EAB154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

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

R = 47.27%
G = 35.76%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EAB154 (or 0xEAB154) is known color: Casablanca. HEX triplet: EA, B1 and 54. RGB value is (234,177,84). Sum of RGB (Red+Green+Blue) = 234+177+84=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB154 is #154EAB. Grayscale: #B7B7B7. Windows color (decimal): -1396396 or 5550570. OLE color: 5550570.

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

Color convert

RGB 234 177 84 -
CMYK 0 0.24 0.64 0.08
HSL 37.2º 0.78% 0.62% -
HSV(B) 37.2º 0.64% 0.92% -
XYZ 51.25 49.58 15.26 -
YUV 183.44 71.88 164.06 -
System Red Green Blue C M Y K H S L
Decimal 234 177 84 0 0.24 0.64 0.08 37.2 0.78 0.62
Hex EA B1 54 0 18 40 8 25 4E 3E
Octal 352 261 124 0 30 100 10 45 116 76
Binary 11101010 10110001 1010100 0 11000 1000000 1000 100101 1001110 111110

Color Harmonies of #EAB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB154

Black with #EAB154

Text Example


Text Example

White with #EAB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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