#EEF42B

Color #EEF42B Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EEF42B

Tints of Golden Fizz #EEF42B

Color information

#EEF42B (or 0xEEF42B) is unknown color: approx Golden Fizz. HEX triplet: EE, F4 and 2B. RGB value is (238,244,43). Sum of RGB (Red+Green+Blue) = 238+244+43=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 43 (17.19% from 255 or 8.19% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF42B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF42B is #110BD4. Grayscale: #DCDCDC. Windows color (decimal): -1117141 or 2880750. OLE color: 2880750.

HSL color Cylindrical-coordinate representation of color #EEF42B: hue angle of 61.79º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEF42B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB23824443-
CMYK0.0200.820.04
HSL61.79º90.13%56.27%-
HSV(B)61.79º82.38%95.69%-
XYZ68.0583.0514.73-
YUV219.2928.51141.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 43 (17.19% from 255) = 8.19%
R=45.33%
G=46.48%
B=8.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal238244430.0200.820.0461.7990.1356.27
HexEEF42B205243e5a38
Octal356364532012247613270
Binary111011101111010010101110010100101001111101011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF42B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF42B; }

 p { color: rgb(238,244,43); }

 H1.HeaderClassName
 {
   color: #EEF42B;
 }
 .AnyTagClassName
 {
   color: #EEF42B;
 }
</style>
background-color css

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

 a { background-color: rgb(238,244,43); }

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

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

 span { border-color: rgb(238,244,43); }

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