#E6C950

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

Shades of Festival #E6C950

Tints of Festival #E6C950

Color information

#E6C950 (or 0xE6C950) is unknown color: approx Festival. HEX triplet: E6, C9 and 50. RGB value is (230,201,80). Sum of RGB (Red+Green+Blue) = 230+201+80=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C950 is #1936AF. Grayscale: #C4C4C4. Windows color (decimal): -1652400 or 5294566. OLE color: 5294566.

HSL color Cylindrical-coordinate representation of color #E6C950: hue angle of 48.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6C950 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB23020180-
CMYK00.130.650.10
HSL48.4º75%60.78%-
HSV(B)48.4º65.22%90.2%-
XYZ54.9759.1816.11-
YUV195.8862.61152.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 80 (31.64% from 255) = 15.66%
R=45.01%
G=39.33%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302018000.130.650.1048.47560.78
HexE6C9500D41A304b3d
Octal346311120015101126011375
Binary1110011011001001101000001101100000110101100001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C950; }

 p { color: rgb(230,201,80); }

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

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

 a { background-color: rgb(230,201,80); }

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

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

 span { border-color: rgb(230,201,80); }

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