Html Css Color HEX #EEF228 Golden Fizz

📋 copy color: '#EEF228'

red 238 ◦ green 242 ◦ blue 40

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

Shades of Golden Fizz #EEF228

Tints of Golden Fizz #EEF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.54%

 BLUE value IS 40 (16.02% from 255) = 7.69%

R = 45.77%
G = 46.54%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#EEF228 (or 0xEEF228) is known color: Golden Fizz. HEX triplet: EE, F2 and 28. RGB value is (238,242,40). Sum of RGB (Red+Green+Blue) = 238+242+40=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 40 (16.02% from 255 or 7.69% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF228 is #110DD7. Grayscale: #DADADA. Windows color (decimal): -1117656 or 2683630. OLE color: 2683630.

HSL color Cylindrical-coordinate representation of color #EEF228: hue angle of 61.19º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEF228 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 40 -
CMYK 0.02 0 0.83 0.05
HSL 61.19º 0.89% 0.55% -
HSV(B) 61.19º 0.83% 0.95% -
XYZ 67.4 81.83 14.25 -
YUV 217.78 27.67 142.43 -
System Red Green Blue C M Y K H S L
Decimal 238 242 40 0.02 0 0.83 0.05 61.19 0.89 0.55
Hex EE F2 28 2 0 53 5 3D 59 37
Octal 356 362 50 2 0 123 5 75 131 67
Binary 11101110 11110010 101000 10 0 1010011 101 111101 1011001 110111

Color Harmonies of #EEF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF228

Black with #EEF228

Text Example


Text Example

White with #EEF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF228; }

 p { color: rgb(238,242,40); }

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

background-color css

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

 a { background-color: rgb(238,242,40); }

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

border-color css

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

 span { border-color: rgb(238,242,40); }

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