Html Css Color HEX #EBAC54 Casablanca

📋 copy color: '#EBAC54'

red 235 ◦ green 172 ◦ blue 84

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

Shades of Casablanca #EBAC54

Tints of Casablanca #EBAC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.11%

R = 47.86%
G = 35.03%
B = 17.11%

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

#EBAC54 (or 0xEBAC54) is known color: Casablanca. HEX triplet: EB, AC and 54. RGB value is (235,172,84). Sum of RGB (Red+Green+Blue) = 235+172+84=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC54 is #1453AB. Grayscale: #B5B5B5. Windows color (decimal): -1332140 or 5549291. OLE color: 5549291.

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

Color convert

RGB 235 172 84 -
CMYK 0 0.27 0.64 0.08
HSL 34.97º 0.79% 0.63% -
HSV(B) 34.97º 0.64% 0.92% -
XYZ 50.61 47.81 14.95 -
YUV 180.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 235 172 84 0 0.27 0.64 0.08 34.97 0.79 0.63
Hex EB AC 54 0 1B 40 8 23 4F 3F
Octal 353 254 124 0 33 100 10 43 117 77
Binary 11101011 10101100 1010100 0 11011 1000000 1000 100011 1001111 111111

Color Harmonies of #EBAC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC54

Black with #EBAC54

Text Example


Text Example

White with #EBAC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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