Html Css Color HEX #EED345 Festival

📋 copy color: '#EED345'

red 238 ◦ green 211 ◦ blue 69

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

Shades of Festival #EED345

Tints of Festival #EED345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.32%

R = 45.95%
G = 40.73%
B = 13.32%

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

#EED345 (or 0xEED345) is known color: Festival. HEX triplet: EE, D3 and 45. RGB value is (238,211,69). Sum of RGB (Red+Green+Blue) = 238+211+69=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED345 is #112CBA. Grayscale: #CBCBCB. Windows color (decimal): -1125563 or 4576238. OLE color: 4576238.

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

Color convert

RGB 238 211 69 -
CMYK 0 0.11 0.71 0.07
HSL 50.41º 0.83% 0.6% -
HSV(B) 50.41º 0.71% 0.93% -
XYZ 59.63 65.2 15.07 -
YUV 202.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 238 211 69 0 0.11 0.71 0.07 50.41 0.83 0.6
Hex EE D3 45 0 B 47 7 32 53 3C
Octal 356 323 105 0 13 107 7 62 123 74
Binary 11101110 11010011 1000101 0 1011 1000111 111 110010 1010011 111100

Color Harmonies of #EED345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED345

Black with #EED345

Text Example


Text Example

White with #EED345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED345; }

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

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

background-color css

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

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

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

border-color css

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

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

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