Html Css Color HEX #EBA958 Casablanca

📋 copy color: '#EBA958'

red 235 ◦ green 169 ◦ blue 88

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

Shades of Casablanca #EBA958

Tints of Casablanca #EBA958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 47.76%
G = 34.35%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBA958 (or 0xEBA958) is known color: Casablanca. HEX triplet: EB, A9 and 58. RGB value is (235,169,88). Sum of RGB (Red+Green+Blue) = 235+169+88=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA958 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA958 is #1456A7. Grayscale: #B3B3B3. Windows color (decimal): -1332904 or 5810667. OLE color: 5810667.

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

Color convert

RGB 235 169 88 -
CMYK 0 0.28 0.63 0.08
HSL 33.06º 0.79% 0.63% -
HSV(B) 33.06º 0.63% 0.92% -
XYZ 50.21 46.74 15.61 -
YUV 179.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 235 169 88 0 0.28 0.63 0.08 33.06 0.79 0.63
Hex EB A9 58 0 1C 3F 8 21 4F 3F
Octal 353 251 130 0 34 77 10 41 117 77
Binary 11101011 10101001 1011000 0 11100 111111 1000 100001 1001111 111111

Color Harmonies of #EBA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA958

Black with #EBA958

Text Example


Text Example

White with #EBA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA958; }

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

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

background-color css

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

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

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

border-color css

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

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

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