Html Css Color HEX #EBA852 Casablanca

📋 copy color: '#EBA852'

red 235 ◦ green 168 ◦ blue 82

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

Shades of Casablanca #EBA852

Tints of Casablanca #EBA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.64%

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 48.45%
G = 34.64%
B = 16.91%

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

#EBA852 (or 0xEBA852) is known color: Casablanca. HEX triplet: EB, A8 and 52. RGB value is (235,168,82). Sum of RGB (Red+Green+Blue) = 235+168+82=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA852 is #1457AD. Grayscale: #B2B2B2. Windows color (decimal): -1333166 or 5417195. OLE color: 5417195.

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

Color convert

RGB 235 168 82 -
CMYK 0 0.29 0.65 0.08
HSL 33.73º 0.79% 0.62% -
HSV(B) 33.73º 0.65% 0.92% -
XYZ 49.79 46.28 14.29 -
YUV 178.23 73.7 168.49 -
System Red Green Blue C M Y K H S L
Decimal 235 168 82 0 0.29 0.65 0.08 33.73 0.79 0.62
Hex EB A8 52 0 1D 41 8 22 4F 3E
Octal 353 250 122 0 35 101 10 42 117 76
Binary 11101011 10101000 1010010 0 11101 1000001 1000 100010 1001111 111110

Color Harmonies of #EBA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA852

Black with #EBA852

Text Example


Text Example

White with #EBA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA852; }

 p { color: rgb(235,168,82); }

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

background-color css

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

 a { background-color: rgb(235,168,82); }

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

border-color css

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

 span { border-color: rgb(235,168,82); }

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