Html Css Color HEX #EBAA4C Casablanca

📋 copy color: '#EBAA4C'

red 235 ◦ green 170 ◦ blue 76

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

Shades of Casablanca #EBAA4C

Tints of Casablanca #EBAA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

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

R = 48.86%
G = 35.34%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBAA4C (or 0xEBAA4C) is known color: Casablanca. HEX triplet: EB, AA and 4C. RGB value is (235,170,76). Sum of RGB (Red+Green+Blue) = 235+170+76=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAA4C is #1455B3. Grayscale: #B3B3B3. Windows color (decimal): -1332660 or 5024491. OLE color: 5024491.

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

Color convert

RGB 235 170 76 -
CMYK 0 0.28 0.68 0.08
HSL 35.47º 0.8% 0.61% -
HSV(B) 35.47º 0.68% 0.92% -
XYZ 49.94 46.93 13.26 -
YUV 178.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 235 170 76 0 0.28 0.68 0.08 35.47 0.8 0.61
Hex EB AA 4C 0 1C 44 8 23 50 3D
Octal 353 252 114 0 34 104 10 43 120 75
Binary 11101011 10101010 1001100 0 11100 1000100 1000 100011 1010000 111101

Color Harmonies of #EBAA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA4C

Black with #EBAA4C

Text Example


Text Example

White with #EBAA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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