Html Css Color HEX #EBA854 Casablanca

📋 copy color: '#EBA854'

red 235 ◦ green 168 ◦ blue 84

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

Shades of Casablanca #EBA854

Tints of Casablanca #EBA854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.25%

R = 48.25%
G = 34.5%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA854 (or 0xEBA854) is known color: Casablanca. HEX triplet: EB, A8 and 54. RGB value is (235,168,84). Sum of RGB (Red+Green+Blue) = 235+168+84=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA854 is #1457AB. Grayscale: #B2B2B2. Windows color (decimal): -1333164 or 5548267. OLE color: 5548267.

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

Color convert

RGB 235 168 84 -
CMYK 0 0.29 0.64 0.08
HSL 33.38º 0.79% 0.63% -
HSV(B) 33.38º 0.64% 0.92% -
XYZ 49.86 46.31 14.7 -
YUV 178.46 74.7 168.33 -
System Red Green Blue C M Y K H S L
Decimal 235 168 84 0 0.29 0.64 0.08 33.38 0.79 0.63
Hex EB A8 54 0 1D 40 8 21 4F 3F
Octal 353 250 124 0 35 100 10 41 117 77
Binary 11101011 10101000 1010100 0 11101 1000000 1000 100001 1001111 111111

Color Harmonies of #EBA854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA854

Black with #EBA854

Text Example


Text Example

White with #EBA854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA854; }

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

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

background-color css

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

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

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

border-color css

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

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

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