Html Css Color HEX #EDD03C Festival

📋 copy color: '#EDD03C'

red 237 ◦ green 208 ◦ blue 60

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

Shades of Festival #EDD03C

Tints of Festival #EDD03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.88%

R = 46.93%
G = 41.19%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDD03C (or 0xEDD03C) is known color: Festival. HEX triplet: ED, D0 and 3C. RGB value is (237,208,60). Sum of RGB (Red+Green+Blue) = 237+208+60=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD03C is #122FC3. Grayscale: #C8C8C8. Windows color (decimal): -1191876 or 3985645. OLE color: 3985645.

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

Color convert

RGB 237 208 60 -
CMYK 0 0.12 0.75 0.07
HSL 50.17º 0.83% 0.58% -
HSV(B) 50.17º 0.75% 0.93% -
XYZ 58.3 63.44 13.45 -
YUV 199.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 237 208 60 0 0.12 0.75 0.07 50.17 0.83 0.58
Hex ED D0 3C 0 C 4B 7 32 53 3A
Octal 355 320 74 0 14 113 7 62 123 72
Binary 11101101 11010000 111100 0 1100 1001011 111 110010 1010011 111010

Color Harmonies of #EDD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD03C

Black with #EDD03C

Text Example


Text Example

White with #EDD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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