Html Css Color HEX #EDD04F Festival

📋 copy color: '#EDD04F'

red 237 ◦ green 208 ◦ blue 79

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

Shades of Festival #EDD04F

Tints of Festival #EDD04F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.08%

R = 45.23%
G = 39.69%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDD04F (or 0xEDD04F) is known color: Festival. HEX triplet: ED, D0 and 4F. RGB value is (237,208,79). Sum of RGB (Red+Green+Blue) = 237+208+79=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD04F is #122FB0. Grayscale: #CACACA. Windows color (decimal): -1191857 or 5230829. OLE color: 5230829.

HSL color Cylindrical-coordinate representation of color #EDD04F: hue angle of 48.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDD04F is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 79 -
CMYK 0 0.12 0.67 0.07
HSL 48.99º 0.81% 0.62% -
HSV(B) 48.99º 0.67% 0.93% -
XYZ 58.89 63.68 16.58 -
YUV 201.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 237 208 79 0 0.12 0.67 0.07 48.99 0.81 0.62
Hex ED D0 4F 0 C 43 7 31 51 3E
Octal 355 320 117 0 14 103 7 61 121 76
Binary 11101101 11010000 1001111 0 1100 1000011 111 110001 1010001 111110

Color Harmonies of #EDD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD04F

Black with #EDD04F

Text Example


Text Example

White with #EDD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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