Html Css Color HEX #EBAB49 Casablanca

📋 copy color: '#EBAB49'

red 235 ◦ green 171 ◦ blue 73

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

Shades of Casablanca #EBAB49

Tints of Casablanca #EBAB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.7%

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

R = 49.06%
G = 35.7%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBAB49 (or 0xEBAB49) is known color: Casablanca. HEX triplet: EB, AB and 49. RGB value is (235,171,73). Sum of RGB (Red+Green+Blue) = 235+171+73=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAB49 is #1454B6. Grayscale: #B3B3B3. Windows color (decimal): -1332407 or 4828139. OLE color: 4828139.

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

Color convert

RGB 235 171 73 -
CMYK 0 0.27 0.69 0.08
HSL 36.3º 0.8% 0.6% -
HSV(B) 36.3º 0.69% 0.92% -
XYZ 50.03 47.27 12.79 -
YUV 178.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 235 171 73 0 0.27 0.69 0.08 36.3 0.8 0.6
Hex EB AB 49 0 1B 45 8 24 50 3C
Octal 353 253 111 0 33 105 10 44 120 74
Binary 11101011 10101011 1001001 0 11011 1000101 1000 100100 1010000 111100

Color Harmonies of #EBAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAB49

Black with #EBAB49

Text Example


Text Example

White with #EBAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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