Html Css Color HEX #EEF02F Golden Fizz

📋 copy color: '#EEF02F'

red 238 ◦ green 240 ◦ blue 47

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

Shades of Golden Fizz #EEF02F

Tints of Golden Fizz #EEF02F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.71%

 BLUE value IS 47 (18.75% from 255) = 8.95%

R = 45.33%
G = 45.71%
B = 8.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EEF02F (or 0xEEF02F) is known color: Golden Fizz. HEX triplet: EE, F0 and 2F. RGB value is (238,240,47). Sum of RGB (Red+Green+Blue) = 238+240+47=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF02F is #110FD0. Grayscale: #DADADA. Windows color (decimal): -1118161 or 3141870. OLE color: 3141870.

HSL color Cylindrical-coordinate representation of color #EEF02F: hue angle of 60.62º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEF02F is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 47 -
CMYK 0.01 0 0.80 0.06
HSL 60.62º 0.87% 0.56% -
HSV(B) 60.62º 0.8% 0.94% -
XYZ 66.93 80.7 14.74 -
YUV 217.4 31.84 142.69 -
System Red Green Blue C M Y K H S L
Decimal 238 240 47 0.01 0 0.80 0.06 60.62 0.87 0.56
Hex EE F0 2F 1 0 50 6 3D 57 38
Octal 356 360 57 1 0 120 6 75 127 70
Binary 11101110 11110000 101111 1 0 1010000 110 111101 1010111 111000

Color Harmonies of #EEF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF02F

Black with #EEF02F

Text Example


Text Example

White with #EEF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF02F; }

 p { color: rgb(238,240,47); }

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

background-color css

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

 a { background-color: rgb(238,240,47); }

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

border-color css

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

 span { border-color: rgb(238,240,47); }

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