#E6D248

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

Shades of Festival #E6D248

Tints of Festival #E6D248

Color information

#E6D248 (or 0xE6D248) is unknown color: approx Festival. HEX triplet: E6, D2 and 48. RGB value is (230,210,72). Sum of RGB (Red+Green+Blue) = 230+210+72=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 72 (28.52% from 255 or 14.06% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D248 is #192DB7. Grayscale: #C8C8C8. Windows color (decimal): -1650104 or 4772582. OLE color: 4772582.

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

Color convert

RGB23021072-
CMYK00.090.690.10
HSL52.41º75.96%59.22%-
HSV(B)52.41º68.7%90.2%-
XYZ56.8563.3815.37-
YUV200.2555.63149.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 72 (28.52% from 255) = 14.06%
R=44.92%
G=41.02%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302107200.090.690.1052.4175.9659.22
HexE6D2480945A344c3b
Octal346322110011105126411473
Binary1110011011010010100100001001100010110101101001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D248; }

 p { color: rgb(230,210,72); }

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

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

 a { background-color: rgb(230,210,72); }

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

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

 span { border-color: rgb(230,210,72); }

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