#efac53

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

Shades of Casablanca #EFAC53

Tints of Casablanca #EFAC53

Color information

#EFAC53 (or 0xEFAC53) is unknown color: approx Casablanca. HEX triplet: EF, AC and 53. RGB value is (239,172,83). Sum of RGB (Red+Green+Blue) = 239+172+83=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC53 is #1053AC. Grayscale: #B6B6B6. Windows color (decimal): -1069997 or 5483759. OLE color: 5483759.

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

Color convert

RGB23917283-
CMYK00.280.650.06
HSL34.23º82.98%63.14%-
HSV(B)34.23º65.27%93.73%-
XYZ51.9148.4814.81-
YUV181.8972.2168.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 83 (32.81% from 255) = 16.80%
R=48.38%
G=34.82%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391728300.280.650.0634.2382.9863.14
HexEFAC5301C41622533f
Octal35725412303410164212377
Binary1110111110101100101001101110010000011101000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efac53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efac53; }

 p { color: rgb(239,172,83); }

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

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

 a { background-color: rgb(239,172,83); }

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

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

 span { border-color: rgb(239,172,83); }

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