Html Css Color HEX #EBA553 Casablanca

📋 copy color: '#EBA553'

red 235 ◦ green 165 ◦ blue 83

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

Shades of Casablanca #EBA553

Tints of Casablanca #EBA553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.18%

R = 48.65%
G = 34.16%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBA553 (or 0xEBA553) is known color: Casablanca. HEX triplet: EB, A5 and 53. RGB value is (235,165,83). Sum of RGB (Red+Green+Blue) = 235+165+83=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 83 (32.81% from 255 or 17.18% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA553 is #145AAC. Grayscale: #B0B0B0. Windows color (decimal): -1333933 or 5481963. OLE color: 5481963.

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

Color convert

RGB 235 165 83 -
CMYK 0 0.30 0.65 0.08
HSL 32.37º 0.79% 0.62% -
HSV(B) 32.37º 0.65% 0.92% -
XYZ 49.28 45.2 14.31 -
YUV 176.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 235 165 83 0 0.30 0.65 0.08 32.37 0.79 0.62
Hex EB A5 53 0 1E 41 8 20 4F 3E
Octal 353 245 123 0 36 101 10 40 117 76
Binary 11101011 10100101 1010011 0 11110 1000001 1000 100000 1001111 111110

Color Harmonies of #EBA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA553

Black with #EBA553

Text Example


Text Example

White with #EBA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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