Html Css Color HEX #EED346 Festival

📋 copy color: '#EED346'

red 238 ◦ green 211 ◦ blue 70

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

Shades of Festival #EED346

Tints of Festival #EED346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.66%

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

R = 45.86%
G = 40.66%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED346 (or 0xEED346) is known color: Festival. HEX triplet: EE, D3 and 46. RGB value is (238,211,70). Sum of RGB (Red+Green+Blue) = 238+211+70=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED346 is #112CB9. Grayscale: #CBCBCB. Windows color (decimal): -1125562 or 4641774. OLE color: 4641774.

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

Color convert

RGB 238 211 70 -
CMYK 0 0.11 0.71 0.07
HSL 50.36º 0.83% 0.6% -
HSV(B) 50.36º 0.71% 0.93% -
XYZ 59.66 65.21 15.24 -
YUV 203 52.95 152.96 -
System Red Green Blue C M Y K H S L
Decimal 238 211 70 0 0.11 0.71 0.07 50.36 0.83 0.6
Hex EE D3 46 0 B 47 7 32 53 3C
Octal 356 323 106 0 13 107 7 62 123 74
Binary 11101110 11010011 1000110 0 1011 1000111 111 110010 1010011 111100

Color Harmonies of #EED346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED346

Black with #EED346

Text Example


Text Example

White with #EED346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED346; }

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

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

background-color css

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

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

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

border-color css

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

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

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