#E6AC4B

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

Shades of Casablanca #E6AC4B

Tints of Casablanca #E6AC4B

Color information

#E6AC4B (or 0xE6AC4B) is unknown color: approx Casablanca. HEX triplet: E6, AC and 4B. RGB value is (230,172,75). Sum of RGB (Red+Green+Blue) = 230+172+75=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AC4B is #1953B4. Grayscale: #B2B2B2. Windows color (decimal): -1659829 or 4959462. OLE color: 4959462.

HSL color Cylindrical-coordinate representation of color #E6AC4B: hue angle of 37.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6AC4B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23017275-
CMYK00.250.670.10
HSL37.55º75.61%59.8%-
HSV(B)37.55º67.39%90.2%-
XYZ48.6646.8413.13-
YUV178.2869.72164.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.22%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=48.22%
G=36.06%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301727500.250.670.1037.5575.6159.8
HexE6AC4B01943A264c3c
Octal346254113031103124611474
Binary11100110101011001001011011001100001110101001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC4B; }

 p { color: rgb(230,172,75); }

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

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

 a { background-color: rgb(230,172,75); }

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

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

 span { border-color: rgb(230,172,75); }

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