Html Css Color HEX #EDD241 Festival

📋 copy color: '#EDD241'

red 237 ◦ green 210 ◦ blue 65

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

Shades of Festival #EDD241

Tints of Festival #EDD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 46.29%
G = 41.02%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD241 (or 0xEDD241) is known color: Festival. HEX triplet: ED, D2 and 41. RGB value is (237,210,65). Sum of RGB (Red+Green+Blue) = 237+210+65=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD241 is #122DBE. Grayscale: #CACACA. Windows color (decimal): -1191359 or 4313837. OLE color: 4313837.

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

Color convert

RGB 237 210 65 -
CMYK 0 0.11 0.73 0.07
HSL 50.58º 0.83% 0.59% -
HSV(B) 50.58º 0.73% 0.93% -
XYZ 58.93 64.48 14.34 -
YUV 201.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 237 210 65 0 0.11 0.73 0.07 50.58 0.83 0.59
Hex ED D2 41 0 B 49 7 33 53 3B
Octal 355 322 101 0 13 111 7 63 123 73
Binary 11101101 11010010 1000001 0 1011 1001001 111 110011 1010011 111011

Color Harmonies of #EDD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD241

Black with #EDD241

Text Example


Text Example

White with #EDD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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