Html Css Color HEX #EDD042 Festival

📋 copy color: '#EDD042'

red 237 ◦ green 208 ◦ blue 66

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

Shades of Festival #EDD042

Tints of Festival #EDD042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 46.38%
G = 40.7%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD042 (or 0xEDD042) is known color: Festival. HEX triplet: ED, D0 and 42. RGB value is (237,208,66). Sum of RGB (Red+Green+Blue) = 237+208+66=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD042 is #122FBD. Grayscale: #C9C9C9. Windows color (decimal): -1191870 or 4378861. OLE color: 4378861.

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

Color convert

RGB 237 208 66 -
CMYK 0 0.12 0.72 0.07
HSL 49.82º 0.83% 0.59% -
HSV(B) 49.82º 0.72% 0.93% -
XYZ 58.46 63.51 14.33 -
YUV 200.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 237 208 66 0 0.12 0.72 0.07 49.82 0.83 0.59
Hex ED D0 42 0 C 48 7 32 53 3B
Octal 355 320 102 0 14 110 7 62 123 73
Binary 11101101 11010000 1000010 0 1100 1001000 111 110010 1010011 111011

Color Harmonies of #EDD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD042

Black with #EDD042

Text Example


Text Example

White with #EDD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD042; }

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

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

background-color css

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

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

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

border-color css

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

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

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