Html Css Color HEX #EDD340 Festival

📋 copy color: '#EDD340'

red 237 ◦ green 211 ◦ blue 64

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

Shades of Festival #EDD340

Tints of Festival #EDD340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 46.29%
G = 41.21%
B = 12.5%

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

#EDD340 (or 0xEDD340) is known color: Festival. HEX triplet: ED, D3 and 40. RGB value is (237,211,64). Sum of RGB (Red+Green+Blue) = 237+211+64=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD340 is #122CBF. Grayscale: #CACACA. Windows color (decimal): -1191104 or 4248557. OLE color: 4248557.

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

Color convert

RGB 237 211 64 -
CMYK 0 0.11 0.73 0.07
HSL 50.98º 0.83% 0.59% -
HSV(B) 50.98º 0.73% 0.93% -
XYZ 59.14 64.96 14.27 -
YUV 202.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 237 211 64 0 0.11 0.73 0.07 50.98 0.83 0.59
Hex ED D3 40 0 B 49 7 33 53 3B
Octal 355 323 100 0 13 111 7 63 123 73
Binary 11101101 11010011 1000000 0 1011 1001001 111 110011 1010011 111011

Color Harmonies of #EDD340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD340

Black with #EDD340

Text Example


Text Example

White with #EDD340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD340; }

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

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

background-color css

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

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

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

border-color css

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

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

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