Html Css Color HEX #EAB358 Casablanca

📋 copy color: '#EAB358'

red 234 ◦ green 179 ◦ blue 88

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

Shades of Casablanca #EAB358

Tints of Casablanca #EAB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 46.71%
G = 35.73%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAB358 (or 0xEAB358) is known color: Casablanca. HEX triplet: EA, B3 and 58. RGB value is (234,179,88). Sum of RGB (Red+Green+Blue) = 234+179+88=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB358 is #154CA7. Grayscale: #B9B9B9. Windows color (decimal): -1395880 or 5813226. OLE color: 5813226.

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

Color convert

RGB 234 179 88 -
CMYK 0 0.24 0.62 0.08
HSL 37.4º 0.78% 0.63% -
HSV(B) 37.4º 0.62% 0.92% -
XYZ 51.81 50.44 16.24 -
YUV 185.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 234 179 88 0 0.24 0.62 0.08 37.4 0.78 0.63
Hex EA B3 58 0 18 3E 8 25 4E 3F
Octal 352 263 130 0 30 76 10 45 116 77
Binary 11101010 10110011 1011000 0 11000 111110 1000 100101 1001110 111111

Color Harmonies of #EAB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB358

Black with #EAB358

Text Example


Text Example

White with #EAB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB358; }

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

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

background-color css

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

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

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

border-color css

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

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

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