Html Css Color HEX #EBAF49 Casablanca

📋 copy color: '#EBAF49'

red 235 ◦ green 175 ◦ blue 73

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

Shades of Casablanca #EBAF49

Tints of Casablanca #EBAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

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

R = 48.65%
G = 36.23%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBAF49 (or 0xEBAF49) is known color: Casablanca. HEX triplet: EB, AF and 49. RGB value is (235,175,73). Sum of RGB (Red+Green+Blue) = 235+175+73=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF49 is #1450B6. Grayscale: #B5B5B5. Windows color (decimal): -1331383 or 4829163. OLE color: 4829163.

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

Color convert

RGB 235 175 73 -
CMYK 0 0.26 0.69 0.08
HSL 37.78º 0.8% 0.6% -
HSV(B) 37.78º 0.69% 0.92% -
XYZ 50.79 48.8 13.05 -
YUV 181.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 235 175 73 0 0.26 0.69 0.08 37.78 0.8 0.6
Hex EB AF 49 0 1A 45 8 26 50 3C
Octal 353 257 111 0 32 105 10 46 120 74
Binary 11101011 10101111 1001001 0 11010 1000101 1000 100110 1010000 111100

Color Harmonies of #EBAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF49

Black with #EBAF49

Text Example


Text Example

White with #EBAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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