Html Css Color HEX #EDD240 Festival

📋 copy color: '#EDD240'

red 237 ◦ green 210 ◦ blue 64

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

Shades of Festival #EDD240

Tints of Festival #EDD240

RGB

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

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

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

R = 46.38%
G = 41.1%
B = 12.52%

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

#EDD240 (or 0xEDD240) is known color: Festival. HEX triplet: ED, D2 and 40. RGB value is (237,210,64). Sum of RGB (Red+Green+Blue) = 237+210+64=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD240 is #122DBF. Grayscale: #CACACA. Windows color (decimal): -1191360 or 4248301. OLE color: 4248301.

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

Color convert

RGB 237 210 64 -
CMYK 0 0.11 0.73 0.07
HSL 50.64º 0.83% 0.59% -
HSV(B) 50.64º 0.73% 0.93% -
XYZ 58.9 64.47 14.19 -
YUV 201.43 50.45 153.37 -
System Red Green Blue C M Y K H S L
Decimal 237 210 64 0 0.11 0.73 0.07 50.64 0.83 0.59
Hex ED D2 40 0 B 49 7 33 53 3B
Octal 355 322 100 0 13 111 7 63 123 73
Binary 11101101 11010010 1000000 0 1011 1001001 111 110011 1010011 111011

Color Harmonies of #EDD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD240

Black with #EDD240

Text Example


Text Example

White with #EDD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD240; }

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

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

background-color css

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

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

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

border-color css

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

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

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