Html Css Color HEX #EED13F Festival

📋 copy color: '#EED13F'

red 238 ◦ green 209 ◦ blue 63

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

Shades of Festival #EED13F

Tints of Festival #EED13F

RGB

 RED value IS 238 (93.36% from 255) = 46.67%

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

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

R = 46.67%
G = 40.98%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED13F (or 0xEED13F) is known color: Festival. HEX triplet: EE, D1 and 3F. RGB value is (238,209,63). Sum of RGB (Red+Green+Blue) = 238+209+63=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED13F is #112EC0. Grayscale: #C9C9C9. Windows color (decimal): -1126081 or 4182510. OLE color: 4182510.

HSL color Cylindrical-coordinate representation of color #EED13F: hue angle of 50.06º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EED13F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 209 63 -
CMYK 0 0.12 0.74 0.07
HSL 50.06º 0.84% 0.59% -
HSV(B) 50.06º 0.74% 0.93% -
XYZ 58.96 64.14 13.97 -
YUV 201.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 238 209 63 0 0.12 0.74 0.07 50.06 0.84 0.59
Hex EE D1 3F 0 C 4A 7 32 54 3B
Octal 356 321 77 0 14 112 7 62 124 73
Binary 11101110 11010001 111111 0 1100 1001010 111 110010 1010100 111011

Color Harmonies of #EED13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED13F

Black with #EED13F

Text Example


Text Example

White with #EED13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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