Html Css Color HEX #EBA554 Casablanca

📋 copy color: '#EBA554'

red 235 ◦ green 165 ◦ blue 84

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

Shades of Casablanca #EBA554

Tints of Casablanca #EBA554

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

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

R = 48.55%
G = 34.09%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBA554 (or 0xEBA554) is known color: Casablanca. HEX triplet: EB, A5 and 54. RGB value is (235,165,84). Sum of RGB (Red+Green+Blue) = 235+165+84=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA554 is #145AAB. Grayscale: #B1B1B1. Windows color (decimal): -1333932 or 5547499. OLE color: 5547499.

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

Color convert

RGB 235 165 84 -
CMYK 0 0.30 0.64 0.08
HSL 32.19º 0.79% 0.63% -
HSV(B) 32.19º 0.64% 0.92% -
XYZ 49.32 45.21 14.52 -
YUV 176.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 235 165 84 0 0.30 0.64 0.08 32.19 0.79 0.63
Hex EB A5 54 0 1E 40 8 20 4F 3F
Octal 353 245 124 0 36 100 10 40 117 77
Binary 11101011 10100101 1010100 0 11110 1000000 1000 100000 1001111 111111

Color Harmonies of #EBA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA554

Black with #EBA554

Text Example


Text Example

White with #EBA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA554; }

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

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

background-color css

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

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

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

border-color css

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

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

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