Html Css Color HEX #EBA858 Casablanca

📋 copy color: '#EBA858'

red 235 ◦ green 168 ◦ blue 88

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

Shades of Casablanca #EBA858

Tints of Casablanca #EBA858

RGB

 RED value IS 235 (92.19% from 255) = 47.86%

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 47.86%
G = 34.22%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBA858 (or 0xEBA858) is known color: Casablanca. HEX triplet: EB, A8 and 58. RGB value is (235,168,88). Sum of RGB (Red+Green+Blue) = 235+168+88=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA858 is #1457A7. Grayscale: #B3B3B3. Windows color (decimal): -1333160 or 5810411. OLE color: 5810411.

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

Color convert

RGB 235 168 88 -
CMYK 0 0.29 0.63 0.08
HSL 32.65º 0.79% 0.63% -
HSV(B) 32.65º 0.63% 0.92% -
XYZ 50.03 46.37 15.55 -
YUV 178.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 235 168 88 0 0.29 0.63 0.08 32.65 0.79 0.63
Hex EB A8 58 0 1D 3F 8 21 4F 3F
Octal 353 250 130 0 35 77 10 41 117 77
Binary 11101011 10101000 1011000 0 11101 111111 1000 100001 1001111 111111

Color Harmonies of #EBA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA858

Black with #EBA858

Text Example


Text Example

White with #EBA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA858; }

 p { color: rgb(235,168,88); }

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

background-color css

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

 a { background-color: rgb(235,168,88); }

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

border-color css

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

 span { border-color: rgb(235,168,88); }

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