Html Css Color HEX #EBAB5D Casablanca

📋 copy color: '#EBAB5D'

red 235 ◦ green 171 ◦ blue 93

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

Shades of Casablanca #EBAB5D

Tints of Casablanca #EBAB5D

RGB

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

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

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

R = 47.09%
G = 34.27%
B = 18.64%

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

#EBAB5D (or 0xEBAB5D) is known color: Casablanca. HEX triplet: EB, AB and 5D. RGB value is (235,171,93). Sum of RGB (Red+Green+Blue) = 235+171+93=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB5D is #1454A2. Grayscale: #B5B5B5. Windows color (decimal): -1332387 or 6138859. OLE color: 6138859.

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

Color convert

RGB 235 171 93 -
CMYK 0 0.27 0.60 0.08
HSL 32.96º 0.78% 0.64% -
HSV(B) 32.96º 0.6% 0.92% -
XYZ 50.8 47.58 16.86 -
YUV 181.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 235 171 93 0 0.27 0.60 0.08 32.96 0.78 0.64
Hex EB AB 5D 0 1B 3C 8 21 4E 40
Octal 353 253 135 0 33 74 10 41 116 100
Binary 11101011 10101011 1011101 0 11011 111100 1000 100001 1001110 1000000

Color Harmonies of #EBAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB5D

Black with #EBAB5D

Text Example


Text Example

White with #EBAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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