Html Css Color HEX #EBA653 Casablanca

📋 copy color: '#EBA653'

red 235 ◦ green 166 ◦ blue 83

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

Shades of Casablanca #EBA653

Tints of Casablanca #EBA653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

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

R = 48.55%
G = 34.3%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBA653 (or 0xEBA653) is known color: Casablanca. HEX triplet: EB, A6 and 53. RGB value is (235,166,83). Sum of RGB (Red+Green+Blue) = 235+166+83=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA653 is #1459AC. Grayscale: #B1B1B1. Windows color (decimal): -1333677 or 5482219. OLE color: 5482219.

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

Color convert

RGB 235 166 83 -
CMYK 0 0.29 0.65 0.08
HSL 32.76º 0.79% 0.62% -
HSV(B) 32.76º 0.65% 0.92% -
XYZ 49.46 45.56 14.37 -
YUV 177.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 235 166 83 0 0.29 0.65 0.08 32.76 0.79 0.62
Hex EB A6 53 0 1D 41 8 21 4F 3E
Octal 353 246 123 0 35 101 10 41 117 76
Binary 11101011 10100110 1010011 0 11101 1000001 1000 100001 1001111 111110

Color Harmonies of #EBA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA653

Black with #EBA653

Text Example


Text Example

White with #EBA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA653; }

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

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

background-color css

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

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

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

border-color css

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

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

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