Html Css Color HEX #EEF028 Golden Fizz

📋 copy color: '#EEF028'

red 238 ◦ green 240 ◦ blue 40

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

Shades of Golden Fizz #EEF028

Tints of Golden Fizz #EEF028

RGB

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

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

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

R = 45.95%
G = 46.33%
B = 7.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EEF028 (or 0xEEF028) is known color: Golden Fizz. HEX triplet: EE, F0 and 28. RGB value is (238,240,40). Sum of RGB (Red+Green+Blue) = 238+240+40=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF028 is #110FD7. Grayscale: #D9D9D9. Windows color (decimal): -1118168 or 2683118. OLE color: 2683118.

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

Color convert

RGB 238 240 40 -
CMYK 0.01 0 0.83 0.06
HSL 60.6º 0.87% 0.55% -
HSV(B) 60.6º 0.83% 0.94% -
XYZ 66.8 80.65 14.05 -
YUV 216.6 28.34 143.26 -
System Red Green Blue C M Y K H S L
Decimal 238 240 40 0.01 0 0.83 0.06 60.6 0.87 0.55
Hex EE F0 28 1 0 53 6 3D 57 37
Octal 356 360 50 1 0 123 6 75 127 67
Binary 11101110 11110000 101000 1 0 1010011 110 111101 1010111 110111

Color Harmonies of #EEF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF028

Black with #EEF028

Text Example


Text Example

White with #EEF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF028; }

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

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

background-color css

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

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

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

border-color css

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

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

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