Html Css Color HEX #EED844 Festival

📋 copy color: '#EED844'

red 238 ◦ green 216 ◦ blue 68

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

Shades of Festival #EED844

Tints of Festival #EED844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 68 (26.95% from 255) = 13.03%

R = 45.59%
G = 41.38%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED844 (or 0xEED844) is known color: Festival. HEX triplet: EE, D8 and 44. RGB value is (238,216,68). Sum of RGB (Red+Green+Blue) = 238+216+68=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED844 is #1127BB. Grayscale: #CECECE. Windows color (decimal): -1124284 or 4511982. OLE color: 4511982.

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

Color convert

RGB 238 216 68 -
CMYK 0 0.09 0.71 0.07
HSL 52.24º 0.83% 0.6% -
HSV(B) 52.24º 0.71% 0.93% -
XYZ 60.86 67.71 15.33 -
YUV 205.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 238 216 68 0 0.09 0.71 0.07 52.24 0.83 0.6
Hex EE D8 44 0 9 47 7 34 53 3C
Octal 356 330 104 0 11 107 7 64 123 74
Binary 11101110 11011000 1000100 0 1001 1000111 111 110100 1010011 111100

Color Harmonies of #EED844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED844

Black with #EED844

Text Example


Text Example

White with #EED844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED844; }

 p { color: rgb(238,216,68); }

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

background-color css

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

 a { background-color: rgb(238,216,68); }

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

border-color css

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

 span { border-color: rgb(238,216,68); }

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