Html Css Color HEX #EED03F Festival

📋 copy color: '#EED03F'

red 238 ◦ green 208 ◦ blue 63

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

Shades of Festival #EED03F

Tints of Festival #EED03F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

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

R = 46.76%
G = 40.86%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EED03F (or 0xEED03F) is known color: Festival. HEX triplet: EE, D0 and 3F. RGB value is (238,208,63). Sum of RGB (Red+Green+Blue) = 238+208+63=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EED03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED03F is #112FC0. Grayscale: #C9C9C9. Windows color (decimal): -1126337 or 4182254. OLE color: 4182254.

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

Color convert

RGB 238 208 63 -
CMYK 0 0.13 0.74 0.07
HSL 49.71º 0.84% 0.59% -
HSV(B) 49.71º 0.74% 0.93% -
XYZ 58.71 63.65 13.89 -
YUV 200.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 238 208 63 0 0.13 0.74 0.07 49.71 0.84 0.59
Hex EE D0 3F 0 D 4A 7 32 54 3B
Octal 356 320 77 0 15 112 7 62 124 73
Binary 11101110 11010000 111111 0 1101 1001010 111 110010 1010100 111011

Color Harmonies of #EED03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED03F

Black with #EED03F

Text Example


Text Example

White with #EED03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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