Html Css Color HEX #EBA452 Casablanca

📋 copy color: '#EBA452'

red 235 ◦ green 164 ◦ blue 82

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

Shades of Casablanca #EBA452

Tints of Casablanca #EBA452

RGB

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

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

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

R = 48.86%
G = 34.1%
B = 17.05%

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

#EBA452 (or 0xEBA452) is known color: Casablanca. HEX triplet: EB, A4 and 52. RGB value is (235,164,82). Sum of RGB (Red+Green+Blue) = 235+164+82=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA452 is #145BAD. Grayscale: #B0B0B0. Windows color (decimal): -1334190 or 5416171. OLE color: 5416171.

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

Color convert

RGB 235 164 82 -
CMYK 0 0.30 0.65 0.08
HSL 32.16º 0.79% 0.62% -
HSV(B) 32.16º 0.65% 0.92% -
XYZ 49.06 44.82 14.05 -
YUV 175.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 235 164 82 0 0.30 0.65 0.08 32.16 0.79 0.62
Hex EB A4 52 0 1E 41 8 20 4F 3E
Octal 353 244 122 0 36 101 10 40 117 76
Binary 11101011 10100100 1010010 0 11110 1000001 1000 100000 1001111 111110

Color Harmonies of #EBA452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA452

Black with #EBA452

Text Example


Text Example

White with #EBA452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA452; }

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

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

background-color css

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

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

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

border-color css

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

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

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