Html Css Color HEX #EBA955 Casablanca

📋 copy color: '#EBA955'

red 235 ◦ green 169 ◦ blue 85

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

Shades of Casablanca #EBA955

Tints of Casablanca #EBA955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 48.06%
G = 34.56%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA955 (or 0xEBA955) is known color: Casablanca. HEX triplet: EB, A9 and 55. RGB value is (235,169,85). Sum of RGB (Red+Green+Blue) = 235+169+85=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA955 is #1456AA. Grayscale: #B3B3B3. Windows color (decimal): -1332907 or 5614059. OLE color: 5614059.

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

Color convert

RGB 235 169 85 -
CMYK 0 0.28 0.64 0.08
HSL 33.6º 0.79% 0.63% -
HSV(B) 33.6º 0.64% 0.92% -
XYZ 50.09 46.69 14.97 -
YUV 179.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 235 169 85 0 0.28 0.64 0.08 33.6 0.79 0.63
Hex EB A9 55 0 1C 40 8 22 4F 3F
Octal 353 251 125 0 34 100 10 42 117 77
Binary 11101011 10101001 1010101 0 11100 1000000 1000 100010 1001111 111111

Color Harmonies of #EBA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA955

Black with #EBA955

Text Example


Text Example

White with #EBA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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