Html Css Color HEX #EBAC5D Casablanca

📋 copy color: '#EBAC5D'

red 235 ◦ green 172 ◦ blue 93

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

Shades of Casablanca #EBAC5D

Tints of Casablanca #EBAC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.6%

R = 47%
G = 34.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBAC5D (or 0xEBAC5D) is known color: Casablanca. HEX triplet: EB, AC and 5D. RGB value is (235,172,93). Sum of RGB (Red+Green+Blue) = 235+172+93=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAC5D is #1453A2. Grayscale: #B6B6B6. Windows color (decimal): -1332131 or 6139115. OLE color: 6139115.

HSL color Cylindrical-coordinate representation of color #EBAC5D: hue angle of 33.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBAC5D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 172 93 -
CMYK 0 0.27 0.60 0.08
HSL 33.38º 0.78% 0.64% -
HSV(B) 33.38º 0.6% 0.92% -
XYZ 50.99 47.96 16.93 -
YUV 181.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 235 172 93 0 0.27 0.60 0.08 33.38 0.78 0.64
Hex EB AC 5D 0 1B 3C 8 21 4E 40
Octal 353 254 135 0 33 74 10 41 116 100
Binary 11101011 10101100 1011101 0 11011 111100 1000 100001 1001110 1000000

Color Harmonies of #EBAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAC5D

Black with #EBAC5D

Text Example


Text Example

White with #EBAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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