Html Css Color HEX #EDD04C Festival

📋 copy color: '#EDD04C'

red 237 ◦ green 208 ◦ blue 76

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

Shades of Festival #EDD04C

Tints of Festival #EDD04C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.59%

R = 45.49%
G = 39.92%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDD04C (or 0xEDD04C) is known color: Festival. HEX triplet: ED, D0 and 4C. RGB value is (237,208,76). Sum of RGB (Red+Green+Blue) = 237+208+76=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD04C is #122FB3. Grayscale: #CACACA. Windows color (decimal): -1191860 or 5034221. OLE color: 5034221.

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

Color convert

RGB 237 208 76 -
CMYK 0 0.12 0.68 0.07
HSL 49.19º 0.82% 0.61% -
HSV(B) 49.19º 0.68% 0.93% -
XYZ 58.79 63.64 16.02 -
YUV 201.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 237 208 76 0 0.12 0.68 0.07 49.19 0.82 0.61
Hex ED D0 4C 0 C 44 7 31 52 3D
Octal 355 320 114 0 14 104 7 61 122 75
Binary 11101101 11010000 1001100 0 1100 1000100 111 110001 1010010 111101

Color Harmonies of #EDD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD04C

Black with #EDD04C

Text Example


Text Example

White with #EDD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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