Html Css Color HEX #EBA755 Casablanca

📋 copy color: '#EBA755'

red 235 ◦ green 167 ◦ blue 85

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

Shades of Casablanca #EBA755

Tints of Casablanca #EBA755

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 48.25%
G = 34.29%
B = 17.45%

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

#EBA755 (or 0xEBA755) is known color: Casablanca. HEX triplet: EB, A7 and 55. RGB value is (235,167,85). Sum of RGB (Red+Green+Blue) = 235+167+85=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA755 is #1458AA. Grayscale: #B2B2B2. Windows color (decimal): -1333419 or 5613547. OLE color: 5613547.

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

Color convert

RGB 235 167 85 -
CMYK 0 0.29 0.64 0.08
HSL 32.8º 0.79% 0.63% -
HSV(B) 32.8º 0.64% 0.92% -
XYZ 49.72 45.96 14.84 -
YUV 177.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 235 167 85 0 0.29 0.64 0.08 32.8 0.79 0.63
Hex EB A7 55 0 1D 40 8 21 4F 3F
Octal 353 247 125 0 35 100 10 41 117 77
Binary 11101011 10100111 1010101 0 11101 1000000 1000 100001 1001111 111111

Color Harmonies of #EBA755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA755

Black with #EBA755

Text Example


Text Example

White with #EBA755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA755; }

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

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

background-color css

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

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

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

border-color css

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

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

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