#EDD843

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

Shades of Festival #EDD843

Tints of Festival #EDD843

Color information

#EDD843 (or 0xEDD843) is unknown color: approx Festival. HEX triplet: ED, D8 and 43. RGB value is (237,216,67). Sum of RGB (Red+Green+Blue) = 237+216+67=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD843 is #1227BC. Grayscale: #CDCDCD. Windows color (decimal): -1189821 or 4446445. OLE color: 4446445.

HSL color Cylindrical-coordinate representation of color #EDD843: hue angle of 52.59º 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 #EDD843 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23721667-
CMYK00.090.720.07
HSL52.59º82.52%59.61%-
HSV(B)52.59º71.73%92.94%-
XYZ60.4967.5215.15-
YUV205.2949.96150.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 67 (26.56% from 255) = 12.88%
R=45.58%
G=41.54%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372166700.090.720.0752.5982.5259.61
HexEDD8430948735533c
Octal35533010301111076512374
Binary111011011101100010000110100110010001111101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD843; }

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

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

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

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

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

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

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

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