Html Css Color HEX #EBAB55 Casablanca

📋 copy color: '#EBAB55'

red 235 ◦ green 171 ◦ blue 85

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

Shades of Casablanca #EBAB55

Tints of Casablanca #EBAB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 47.86%
G = 34.83%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBAB55 (or 0xEBAB55) is known color: Casablanca. HEX triplet: EB, AB and 55. RGB value is (235,171,85). Sum of RGB (Red+Green+Blue) = 235+171+85=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB55 is #1454AA. Grayscale: #B4B4B4. Windows color (decimal): -1332395 or 5614571. OLE color: 5614571.

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

Color convert

RGB 235 171 85 -
CMYK 0 0.27 0.64 0.08
HSL 34.4º 0.79% 0.63% -
HSV(B) 34.4º 0.64% 0.92% -
XYZ 50.46 47.44 15.09 -
YUV 180.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 235 171 85 0 0.27 0.64 0.08 34.4 0.79 0.63
Hex EB AB 55 0 1B 40 8 22 4F 3F
Octal 353 253 125 0 33 100 10 42 117 77
Binary 11101011 10101011 1010101 0 11011 1000000 1000 100010 1001111 111111

Color Harmonies of #EBAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB55

Black with #EBAB55

Text Example


Text Example

White with #EBAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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