Html Css Color HEX #EDD842 Festival

📋 copy color: '#EDD842'

red 237 ◦ green 216 ◦ blue 66

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

Shades of Festival #EDD842

Tints of Festival #EDD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

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

R = 45.66%
G = 41.62%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD842 (or 0xEDD842) is known color: Festival. HEX triplet: ED, D8 and 42. RGB value is (237,216,66). Sum of RGB (Red+Green+Blue) = 237+216+66=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD842 is #1227BD. Grayscale: #CDCDCD. Windows color (decimal): -1189822 or 4380909. OLE color: 4380909.

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

Color convert

RGB 237 216 66 -
CMYK 0 0.09 0.72 0.07
HSL 52.63º 0.83% 0.59% -
HSV(B) 52.63º 0.72% 0.93% -
XYZ 60.46 67.51 15 -
YUV 205.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 237 216 66 0 0.09 0.72 0.07 52.63 0.83 0.59
Hex ED D8 42 0 9 48 7 35 53 3B
Octal 355 330 102 0 11 110 7 65 123 73
Binary 11101101 11011000 1000010 0 1001 1001000 111 110101 1010011 111011

Color Harmonies of #EDD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD842

Black with #EDD842

Text Example


Text Example

White with #EDD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD842; }

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

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

background-color css

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

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

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

border-color css

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

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

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