Html Css Color HEX #EBA855 Casablanca

📋 copy color: '#EBA855'

red 235 ◦ green 168 ◦ blue 85

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

Shades of Casablanca #EBA855

Tints of Casablanca #EBA855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.42%

R = 48.16%
G = 34.43%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA855 (or 0xEBA855) is known color: Casablanca. HEX triplet: EB, A8 and 55. RGB value is (235,168,85). Sum of RGB (Red+Green+Blue) = 235+168+85=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA855 is #1457AA. Grayscale: #B2B2B2. Windows color (decimal): -1333163 or 5613803. OLE color: 5613803.

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

Color convert

RGB 235 168 85 -
CMYK 0 0.29 0.64 0.08
HSL 33.2º 0.79% 0.63% -
HSV(B) 33.2º 0.64% 0.92% -
XYZ 49.9 46.32 14.91 -
YUV 178.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 235 168 85 0 0.29 0.64 0.08 33.2 0.79 0.63
Hex EB A8 55 0 1D 40 8 21 4F 3F
Octal 353 250 125 0 35 100 10 41 117 77
Binary 11101011 10101000 1010101 0 11101 1000000 1000 100001 1001111 111111

Color Harmonies of #EBA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA855

Black with #EBA855

Text Example


Text Example

White with #EBA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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