Html Css Color HEX #EBA849 Casablanca

📋 copy color: '#EBA849'

red 235 ◦ green 168 ◦ blue 73

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

Shades of Casablanca #EBA849

Tints of Casablanca #EBA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 49.37%
G = 35.29%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA849 (or 0xEBA849) is known color: Casablanca. HEX triplet: EB, A8 and 49. RGB value is (235,168,73). Sum of RGB (Red+Green+Blue) = 235+168+73=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA849 is #1457B6. Grayscale: #B1B1B1. Windows color (decimal): -1333175 or 4827371. OLE color: 4827371.

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

Color convert

RGB 235 168 73 -
CMYK 0 0.29 0.69 0.08
HSL 35.19º 0.8% 0.6% -
HSV(B) 35.19º 0.69% 0.92% -
XYZ 49.47 46.15 12.6 -
YUV 177.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 235 168 73 0 0.29 0.69 0.08 35.19 0.8 0.6
Hex EB A8 49 0 1D 45 8 23 50 3C
Octal 353 250 111 0 35 105 10 43 120 74
Binary 11101011 10101000 1001001 0 11101 1000101 1000 100011 1010000 111100

Color Harmonies of #EBA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA849

Black with #EBA849

Text Example


Text Example

White with #EBA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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