Html Css Color HEX #EBA949 Casablanca

📋 copy color: '#EBA949'

red 235 ◦ green 169 ◦ blue 73

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

Shades of Casablanca #EBA949

Tints of Casablanca #EBA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

 BLUE value IS 73 (28.91% from 255) = 15.3%

R = 49.27%
G = 35.43%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA949 (or 0xEBA949) is known color: Casablanca. HEX triplet: EB, A9 and 49. RGB value is (235,169,73). Sum of RGB (Red+Green+Blue) = 235+169+73=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA949 is #1456B6. Grayscale: #B2B2B2. Windows color (decimal): -1332919 or 4827627. OLE color: 4827627.

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

Color convert

RGB 235 169 73 -
CMYK 0 0.28 0.69 0.08
HSL 35.56º 0.8% 0.6% -
HSV(B) 35.56º 0.69% 0.92% -
XYZ 49.65 46.52 12.67 -
YUV 177.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 235 169 73 0 0.28 0.69 0.08 35.56 0.8 0.6
Hex EB A9 49 0 1C 45 8 24 50 3C
Octal 353 251 111 0 34 105 10 44 120 74
Binary 11101011 10101001 1001001 0 11100 1000101 1000 100100 1010000 111100

Color Harmonies of #EBA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA949

Black with #EBA949

Text Example


Text Example

White with #EBA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA949; }

 p { color: rgb(235,169,73); }

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

background-color css

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

 a { background-color: rgb(235,169,73); }

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

border-color css

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

 span { border-color: rgb(235,169,73); }

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