Html Css Color HEX #EBA655 Casablanca

📋 copy color: '#EBA655'

red 235 ◦ green 166 ◦ blue 85

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

Shades of Casablanca #EBA655

Tints of Casablanca #EBA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 48.35%
G = 34.16%
B = 17.49%

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

#EBA655 (or 0xEBA655) is known color: Casablanca. HEX triplet: EB, A6 and 55. RGB value is (235,166,85). Sum of RGB (Red+Green+Blue) = 235+166+85=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA655 is #1459AA. Grayscale: #B1B1B1. Windows color (decimal): -1333675 or 5613291. OLE color: 5613291.

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

Color convert

RGB 235 166 85 -
CMYK 0 0.29 0.64 0.08
HSL 32.4º 0.79% 0.63% -
HSV(B) 32.4º 0.64% 0.92% -
XYZ 49.54 45.59 14.78 -
YUV 177.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 235 166 85 0 0.29 0.64 0.08 32.4 0.79 0.63
Hex EB A6 55 0 1D 40 8 20 4F 3F
Octal 353 246 125 0 35 100 10 40 117 77
Binary 11101011 10100110 1010101 0 11101 1000000 1000 100000 1001111 111111

Color Harmonies of #EBA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA655

Black with #EBA655

Text Example


Text Example

White with #EBA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA655; }

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

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

background-color css

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

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

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

border-color css

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

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

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