Html Css Color HEX #EBAB5C Casablanca

📋 copy color: '#EBAB5C'

red 235 ◦ green 171 ◦ blue 92

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

Shades of Casablanca #EBAB5C

Tints of Casablanca #EBAB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.47%

R = 47.19%
G = 34.34%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBAB5C (or 0xEBAB5C) is known color: Casablanca. HEX triplet: EB, AB and 5C. RGB value is (235,171,92). Sum of RGB (Red+Green+Blue) = 235+171+92=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAB5C is #1454A3. Grayscale: #B5B5B5. Windows color (decimal): -1332388 or 6073323. OLE color: 6073323.

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

Color convert

RGB 235 171 92 -
CMYK 0 0.27 0.61 0.08
HSL 33.15º 0.78% 0.64% -
HSV(B) 33.15º 0.61% 0.92% -
XYZ 50.76 47.56 16.63 -
YUV 181.13 77.7 166.42 -
System Red Green Blue C M Y K H S L
Decimal 235 171 92 0 0.27 0.61 0.08 33.15 0.78 0.64
Hex EB AB 5C 0 1B 3D 8 21 4E 40
Octal 353 253 134 0 33 75 10 41 116 100
Binary 11101011 10101011 1011100 0 11011 111101 1000 100001 1001110 1000000

Color Harmonies of #EBAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB5C

Black with #EBAB5C

Text Example


Text Example

White with #EBAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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