Html Css Color HEX #EEDE25 Golden Fizz

📋 copy color: '#EEDE25'

red 238 ◦ green 222 ◦ blue 37

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

Shades of Golden Fizz #EEDE25

Tints of Golden Fizz #EEDE25

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.67%

 BLUE value IS 37 (14.84% from 255) = 7.44%

R = 47.89%
G = 44.67%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEDE25 (or 0xEEDE25) is known color: Golden Fizz. HEX triplet: EE, DE and 25. RGB value is (238,222,37). Sum of RGB (Red+Green+Blue) = 238+222+37=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE25 is #1121DA. Grayscale: #CECECE. Windows color (decimal): -1122779 or 2481902. OLE color: 2481902.

HSL color Cylindrical-coordinate representation of color #EEDE25: hue angle of 55.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEDE25 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 222 37 -
CMYK 0 0.07 0.84 0.07
HSL 55.22º 0.86% 0.54% -
HSV(B) 55.22º 0.84% 0.93% -
XYZ 61.72 70.55 12.12 -
YUV 205.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 238 222 37 0 0.07 0.84 0.07 55.22 0.86 0.54
Hex EE DE 25 0 7 54 7 37 56 36
Octal 356 336 45 0 7 124 7 67 126 66
Binary 11101110 11011110 100101 0 111 1010100 111 110111 1010110 110110

Color Harmonies of #EEDE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE25

Black with #EEDE25

Text Example


Text Example

White with #EEDE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE25; }

 p { color: rgb(238,222,37); }

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

background-color css

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

 a { background-color: rgb(238,222,37); }

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

border-color css

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

 span { border-color: rgb(238,222,37); }

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