#EDD243

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

Shades of Festival #EDD243

Tints of Festival #EDD243

Color information

#EDD243 (or 0xEDD243) is unknown color: approx Festival. HEX triplet: ED, D2 and 43. RGB value is (237,210,67). Sum of RGB (Red+Green+Blue) = 237+210+67=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD243 is #122DBC. Grayscale: #CACACA. Windows color (decimal): -1191357 or 4444909. OLE color: 4444909.

HSL color Cylindrical-coordinate representation of color #EDD243: hue angle of 50.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDD243 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23721067-
CMYK00.110.720.07
HSL50.47º82.52%59.61%-
HSV(B)50.47º71.73%92.94%-
XYZ58.9864.514.65-
YUV201.7751.95153.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 67 (26.56% from 255) = 13.04%
R=46.11%
G=40.86%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372106700.110.720.0750.4782.5259.61
HexEDD2430B48732533c
Octal35532210301311076212374
Binary111011011101001010000110101110010001111100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD243; }

 p { color: rgb(237,210,67); }

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

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

 a { background-color: rgb(237,210,67); }

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

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

 span { border-color: rgb(237,210,67); }

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