#EFB452

Color #EFB452 Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #EFB452

Tints of Casablanca #EFB452

Color information

#EFB452 (or 0xEFB452) is unknown color: approx Casablanca. HEX triplet: EF, B4 and 52. RGB value is (239,180,82). Sum of RGB (Red+Green+Blue) = 239+180+82=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB452 is #104BAD. Grayscale: #BABABA. Windows color (decimal): -1067950 or 5420271. OLE color: 5420271.

HSL color Cylindrical-coordinate representation of color #EFB452: hue angle of 37.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB452 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23918082-
CMYK00.250.660.06
HSL37.45º83.07%62.94%-
HSV(B)37.45º65.69%93.73%-
XYZ53.4451.615.13-
YUV186.4769.05165.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 82 (32.42% from 255) = 16.37%
R=47.70%
G=35.93%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391808200.250.660.0637.4583.0762.94
HexEFB45201942625533f
Octal35726412203110264512377
Binary1110111110110100101001001100110000101101001011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB452; }

 p { color: rgb(239,180,82); }

 H1.HeaderClassName
 {
   color: #EFB452;
 }
 .AnyTagClassName
 {
   color: #EFB452;
 }
</style>
background-color css

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

 a { background-color: rgb(239,180,82); }

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

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

 span { border-color: rgb(239,180,82); }

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