Html Css Color HEX #EDD242 Festival

📋 copy color: '#EDD242'

red 237 ◦ green 210 ◦ blue 66

#EDD242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EDD242

Tints of Festival #EDD242

RGB

 RED value IS 237 (92.97% from 255) = 46.2%

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 66 (26.17% from 255) = 12.87%

R = 46.2%
G = 40.94%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD242 (or 0xEDD242) is known color: Festival. HEX triplet: ED, D2 and 42. RGB value is (237,210,66). Sum of RGB (Red+Green+Blue) = 237+210+66=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD242 is #122DBD. Grayscale: #CACACA. Windows color (decimal): -1191358 or 4379373. OLE color: 4379373.

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

Color convert

RGB 237 210 66 -
CMYK 0 0.11 0.72 0.07
HSL 50.53º 0.83% 0.59% -
HSV(B) 50.53º 0.72% 0.93% -
XYZ 58.96 64.49 14.5 -
YUV 201.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 237 210 66 0 0.11 0.72 0.07 50.53 0.83 0.59
Hex ED D2 42 0 B 48 7 33 53 3B
Octal 355 322 102 0 13 110 7 63 123 73
Binary 11101101 11010010 1000010 0 1011 1001000 111 110011 1010011 111011

Color Harmonies of #EDD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD242

Black with #EDD242

Text Example


Text Example

White with #EDD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD242; }

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

 H1.HeaderClassName
 {
   color: #EDD242;
 }
 .AnyTagClassName
 {
   color: #EDD242;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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