Html Css Color HEX #EBA749 Casablanca

📋 copy color: '#EBA749'

red 235 ◦ green 167 ◦ blue 73

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

Shades of Casablanca #EBA749

Tints of Casablanca #EBA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.16%

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

R = 49.47%
G = 35.16%
B = 15.37%

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

#EBA749 (or 0xEBA749) is known color: Casablanca. HEX triplet: EB, A7 and 49. RGB value is (235,167,73). Sum of RGB (Red+Green+Blue) = 235+167+73=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA749 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA749 is #1458B6. Grayscale: #B1B1B1. Windows color (decimal): -1333431 or 4827115. OLE color: 4827115.

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

Color convert

RGB 235 167 73 -
CMYK 0 0.29 0.69 0.08
HSL 34.81º 0.8% 0.6% -
HSV(B) 34.81º 0.69% 0.92% -
XYZ 49.28 45.78 12.54 -
YUV 176.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 235 167 73 0 0.29 0.69 0.08 34.81 0.8 0.6
Hex EB A7 49 0 1D 45 8 23 50 3C
Octal 353 247 111 0 35 105 10 43 120 74
Binary 11101011 10100111 1001001 0 11101 1000101 1000 100011 1010000 111100

Color Harmonies of #EBA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA749

Black with #EBA749

Text Example


Text Example

White with #EBA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA749; }

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

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

background-color css

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

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

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

border-color css

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

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

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