Html Css Color HEX #EBA754 Casablanca

📋 copy color: '#EBA754'

red 235 ◦ green 167 ◦ blue 84

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

Shades of Casablanca #EBA754

Tints of Casablanca #EBA754

RGB

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

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

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

R = 48.35%
G = 34.36%
B = 17.28%

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

#EBA754 (or 0xEBA754) is known color: Casablanca. HEX triplet: EB, A7 and 54. RGB value is (235,167,84). Sum of RGB (Red+Green+Blue) = 235+167+84=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA754 is #1458AB. Grayscale: #B2B2B2. Windows color (decimal): -1333420 or 5548011. OLE color: 5548011.

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

Color convert

RGB 235 167 84 -
CMYK 0 0.29 0.64 0.08
HSL 32.98º 0.79% 0.63% -
HSV(B) 32.98º 0.64% 0.92% -
XYZ 49.68 45.94 14.64 -
YUV 177.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 235 167 84 0 0.29 0.64 0.08 32.98 0.79 0.63
Hex EB A7 54 0 1D 40 8 21 4F 3F
Octal 353 247 124 0 35 100 10 41 117 77
Binary 11101011 10100111 1010100 0 11101 1000000 1000 100001 1001111 111111

Color Harmonies of #EBA754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA754

Black with #EBA754

Text Example


Text Example

White with #EBA754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA754; }

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

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

background-color css

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

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

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

border-color css

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

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

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