Html Css Color HEX #EDD540 Festival

📋 copy color: '#EDD540'

red 237 ◦ green 213 ◦ blue 64

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

Shades of Festival #EDD540

Tints of Festival #EDD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

 BLUE value IS 64 (25.39% from 255) = 12.45%

R = 46.11%
G = 41.44%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD540 (or 0xEDD540) is known color: Festival. HEX triplet: ED, D5 and 40. RGB value is (237,213,64). Sum of RGB (Red+Green+Blue) = 237+213+64=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD540 is #122ABF. Grayscale: #CBCBCB. Windows color (decimal): -1190592 or 4249069. OLE color: 4249069.

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

Color convert

RGB 237 213 64 -
CMYK 0 0.10 0.73 0.07
HSL 51.68º 0.83% 0.59% -
HSV(B) 51.68º 0.73% 0.93% -
XYZ 59.64 65.96 14.44 -
YUV 203.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 237 213 64 0 0.10 0.73 0.07 51.68 0.83 0.59
Hex ED D5 40 0 A 49 7 34 53 3B
Octal 355 325 100 0 12 111 7 64 123 73
Binary 11101101 11010101 1000000 0 1010 1001001 111 110100 1010011 111011

Color Harmonies of #EDD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD540

Black with #EDD540

Text Example


Text Example

White with #EDD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD540; }

 p { color: rgb(237,213,64); }

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

background-color css

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

 a { background-color: rgb(237,213,64); }

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

border-color css

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

 span { border-color: rgb(237,213,64); }

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