Html Css Color HEX #EBAC55 Casablanca

📋 copy color: '#EBAC55'

red 235 ◦ green 172 ◦ blue 85

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

Shades of Casablanca #EBAC55

Tints of Casablanca #EBAC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

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

R = 47.76%
G = 34.96%
B = 17.28%

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

#EBAC55 (or 0xEBAC55) is known color: Casablanca. HEX triplet: EB, AC and 55. RGB value is (235,172,85). Sum of RGB (Red+Green+Blue) = 235+172+85=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC55 is #1453AA. Grayscale: #B5B5B5. Windows color (decimal): -1332139 or 5614827. OLE color: 5614827.

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

Color convert

RGB 235 172 85 -
CMYK 0 0.27 0.64 0.08
HSL 34.8º 0.79% 0.63% -
HSV(B) 34.8º 0.64% 0.92% -
XYZ 50.65 47.82 15.16 -
YUV 180.92 73.87 166.57 -
System Red Green Blue C M Y K H S L
Decimal 235 172 85 0 0.27 0.64 0.08 34.8 0.79 0.63
Hex EB AC 55 0 1B 40 8 23 4F 3F
Octal 353 254 125 0 33 100 10 43 117 77
Binary 11101011 10101100 1010101 0 11011 1000000 1000 100011 1001111 111111

Color Harmonies of #EBAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC55

Black with #EBAC55

Text Example


Text Example

White with #EBAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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