Html Css Color HEX #EED046 Festival

📋 copy color: '#EED046'

red 238 ◦ green 208 ◦ blue 70

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

Shades of Festival #EED046

Tints of Festival #EED046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.57%

R = 46.12%
G = 40.31%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED046 (or 0xEED046) is known color: Festival. HEX triplet: EE, D0 and 46. RGB value is (238,208,70). Sum of RGB (Red+Green+Blue) = 238+208+70=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED046 is #112FB9. Grayscale: #C9C9C9. Windows color (decimal): -1126330 or 4641006. OLE color: 4641006.

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

Color convert

RGB 238 208 70 -
CMYK 0 0.13 0.71 0.07
HSL 49.29º 0.83% 0.6% -
HSV(B) 49.29º 0.71% 0.93% -
XYZ 58.92 63.73 14.99 -
YUV 201.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 238 208 70 0 0.13 0.71 0.07 49.29 0.83 0.6
Hex EE D0 46 0 D 47 7 31 53 3C
Octal 356 320 106 0 15 107 7 61 123 74
Binary 11101110 11010000 1000110 0 1101 1000111 111 110001 1010011 111100

Color Harmonies of #EED046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED046

Black with #EED046

Text Example


Text Example

White with #EED046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED046; }

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

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

background-color css

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

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

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

border-color css

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

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

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