Html Css Color HEX #EDD041 Festival

📋 copy color: '#EDD041'

red 237 ◦ green 208 ◦ blue 65

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

Shades of Festival #EDD041

Tints of Festival #EDD041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.75%

R = 46.47%
G = 40.78%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD041 (or 0xEDD041) is known color: Festival. HEX triplet: ED, D0 and 41. RGB value is (237,208,65). Sum of RGB (Red+Green+Blue) = 237+208+65=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD041 is #122FBE. Grayscale: #C8C8C8. Windows color (decimal): -1191871 or 4313325. OLE color: 4313325.

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

Color convert

RGB 237 208 65 -
CMYK 0 0.12 0.73 0.07
HSL 49.88º 0.83% 0.59% -
HSV(B) 49.88º 0.73% 0.93% -
XYZ 58.44 63.5 14.18 -
YUV 200.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 237 208 65 0 0.12 0.73 0.07 49.88 0.83 0.59
Hex ED D0 41 0 C 49 7 32 53 3B
Octal 355 320 101 0 14 111 7 62 123 73
Binary 11101101 11010000 1000001 0 1100 1001001 111 110010 1010011 111011

Color Harmonies of #EDD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD041

Black with #EDD041

Text Example


Text Example

White with #EDD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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