Html Css Color HEX #EBAB4C Casablanca

📋 copy color: '#EBAB4C'

red 235 ◦ green 171 ◦ blue 76

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

Shades of Casablanca #EBAB4C

Tints of Casablanca #EBAB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 48.76%
G = 35.48%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBAB4C (or 0xEBAB4C) is known color: Casablanca. HEX triplet: EB, AB and 4C. RGB value is (235,171,76). Sum of RGB (Red+Green+Blue) = 235+171+76=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB4C is #1454B3. Grayscale: #B3B3B3. Windows color (decimal): -1332404 or 5024747. OLE color: 5024747.

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

Color convert

RGB 235 171 76 -
CMYK 0 0.27 0.68 0.08
HSL 35.85º 0.8% 0.61% -
HSV(B) 35.85º 0.68% 0.92% -
XYZ 50.13 47.31 13.33 -
YUV 179.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 235 171 76 0 0.27 0.68 0.08 35.85 0.8 0.61
Hex EB AB 4C 0 1B 44 8 24 50 3D
Octal 353 253 114 0 33 104 10 44 120 75
Binary 11101011 10101011 1001100 0 11011 1000100 1000 100100 1010000 111101

Color Harmonies of #EBAB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB4C

Black with #EBAB4C

Text Example


Text Example

White with #EBAB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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