Html Css Color HEX #EED14D Festival

📋 copy color: '#EED14D'

red 238 ◦ green 209 ◦ blue 77

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

Shades of Festival #EED14D

Tints of Festival #EED14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.69%

R = 45.42%
G = 39.89%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED14D (or 0xEED14D) is known color: Festival. HEX triplet: EE, D1 and 4D. RGB value is (238,209,77). Sum of RGB (Red+Green+Blue) = 238+209+77=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED14D is #112EB2. Grayscale: #CBCBCB. Windows color (decimal): -1126067 or 5100014. OLE color: 5100014.

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

Color convert

RGB 238 209 77 -
CMYK 0 0.12 0.68 0.07
HSL 49.19º 0.83% 0.62% -
HSV(B) 49.19º 0.68% 0.93% -
XYZ 59.4 64.31 16.3 -
YUV 202.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 238 209 77 0 0.12 0.68 0.07 49.19 0.83 0.62
Hex EE D1 4D 0 C 44 7 31 53 3E
Octal 356 321 115 0 14 104 7 61 123 76
Binary 11101110 11010001 1001101 0 1100 1000100 111 110001 1010011 111110

Color Harmonies of #EED14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED14D

Black with #EED14D

Text Example


Text Example

White with #EED14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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