Html Css Color HEX #EDD13F Festival

📋 copy color: '#EDD13F'

red 237 ◦ green 209 ◦ blue 63

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

Shades of Festival #EDD13F

Tints of Festival #EDD13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.06%

 BLUE value IS 63 (25% from 255) = 12.38%

R = 46.56%
G = 41.06%
B = 12.38%

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

#EDD13F (or 0xEDD13F) is known color: Festival. HEX triplet: ED, D1 and 3F. RGB value is (237,209,63). Sum of RGB (Red+Green+Blue) = 237+209+63=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD13F is #122EC0. Grayscale: #C9C9C9. Windows color (decimal): -1191617 or 4182509. OLE color: 4182509.

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

Color convert

RGB 237 209 63 -
CMYK 0 0.12 0.73 0.07
HSL 50.34º 0.83% 0.59% -
HSV(B) 50.34º 0.73% 0.93% -
XYZ 58.62 63.96 13.96 -
YUV 200.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 237 209 63 0 0.12 0.73 0.07 50.34 0.83 0.59
Hex ED D1 3F 0 C 49 7 32 53 3B
Octal 355 321 77 0 14 111 7 62 123 73
Binary 11101101 11010001 111111 0 1100 1001001 111 110010 1010011 111011

Color Harmonies of #EDD13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD13F

Black with #EDD13F

Text Example


Text Example

White with #EDD13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD13F; }

 p { color: rgb(237,209,63); }

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

background-color css

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

 a { background-color: rgb(237,209,63); }

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

border-color css

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

 span { border-color: rgb(237,209,63); }

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