Html Css Color HEX #EBAA4D Casablanca

📋 copy color: '#EBAA4D'

red 235 ◦ green 170 ◦ blue 77

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

Shades of Casablanca #EBAA4D

Tints of Casablanca #EBAA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.98%

R = 48.76%
G = 35.27%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBAA4D (or 0xEBAA4D) is known color: Casablanca. HEX triplet: EB, AA and 4D. RGB value is (235,170,77). Sum of RGB (Red+Green+Blue) = 235+170+77=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAA4D is #1455B2. Grayscale: #B3B3B3. Windows color (decimal): -1332659 or 5090027. OLE color: 5090027.

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

Color convert

RGB 235 170 77 -
CMYK 0 0.28 0.67 0.08
HSL 35.32º 0.8% 0.61% -
HSV(B) 35.32º 0.67% 0.92% -
XYZ 49.98 46.95 13.45 -
YUV 178.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 235 170 77 0 0.28 0.67 0.08 35.32 0.8 0.61
Hex EB AA 4D 0 1C 43 8 23 50 3D
Octal 353 252 115 0 34 103 10 43 120 75
Binary 11101011 10101010 1001101 0 11100 1000011 1000 100011 1010000 111101

Color Harmonies of #EBAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAA4D

Black with #EBAA4D

Text Example


Text Example

White with #EBAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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