Html Css Color HEX #EBA453 Casablanca

📋 copy color: '#EBA453'

red 235 ◦ green 164 ◦ blue 83

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

Shades of Casablanca #EBA453

Tints of Casablanca #EBA453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

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

R = 48.76%
G = 34.02%
B = 17.22%

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

#EBA453 (or 0xEBA453) is known color: Casablanca. HEX triplet: EB, A4 and 53. RGB value is (235,164,83). Sum of RGB (Red+Green+Blue) = 235+164+83=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA453 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA453 is #145BAC. Grayscale: #B0B0B0. Windows color (decimal): -1334189 or 5481707. OLE color: 5481707.

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

Color convert

RGB 235 164 83 -
CMYK 0 0.30 0.65 0.08
HSL 31.97º 0.79% 0.62% -
HSV(B) 31.97º 0.65% 0.92% -
XYZ 49.1 44.84 14.25 -
YUV 176 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 235 164 83 0 0.30 0.65 0.08 31.97 0.79 0.62
Hex EB A4 53 0 1E 41 8 20 4F 3E
Octal 353 244 123 0 36 101 10 40 117 76
Binary 11101011 10100100 1010011 0 11110 1000001 1000 100000 1001111 111110

Color Harmonies of #EBA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA453

Black with #EBA453

Text Example


Text Example

White with #EBA453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA453; }

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

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

background-color css

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

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

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

border-color css

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

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

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