Html Css Color HEX #EBAA5A Casablanca

📋 copy color: '#EBAA5A'

red 235 ◦ green 170 ◦ blue 90

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

Shades of Casablanca #EBAA5A

Tints of Casablanca #EBAA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 47.47%
G = 34.34%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBAA5A (or 0xEBAA5A) is known color: Casablanca. HEX triplet: EB, AA and 5A. RGB value is (235,170,90). Sum of RGB (Red+Green+Blue) = 235+170+90=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA5A is #1455A5. Grayscale: #B4B4B4. Windows color (decimal): -1332646 or 5941995. OLE color: 5941995.

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

Color convert

RGB 235 170 90 -
CMYK 0 0.28 0.62 0.08
HSL 33.1º 0.78% 0.64% -
HSV(B) 33.1º 0.62% 0.92% -
XYZ 50.48 47.15 16.11 -
YUV 180.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 235 170 90 0 0.28 0.62 0.08 33.1 0.78 0.64
Hex EB AA 5A 0 1C 3E 8 21 4E 40
Octal 353 252 132 0 34 76 10 41 116 100
Binary 11101011 10101010 1011010 0 11100 111110 1000 100001 1001110 1000000

Color Harmonies of #EBAA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA5A

Black with #EBAA5A

Text Example


Text Example

White with #EBAA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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