Html Css Color HEX #EEF42D Golden Fizz

📋 copy color: '#EEF42D'

red 238 ◦ green 244 ◦ blue 45

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

Shades of Golden Fizz #EEF42D

Tints of Golden Fizz #EEF42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.3%

 BLUE value IS 45 (17.97% from 255) = 8.54%

R = 45.16%
G = 46.3%
B = 8.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EEF42D (or 0xEEF42D) is known color: Golden Fizz. HEX triplet: EE, F4 and 2D. RGB value is (238,244,45). Sum of RGB (Red+Green+Blue) = 238+244+45=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF42D is #110BD2. Grayscale: #DCDCDC. Windows color (decimal): -1117139 or 3011822. OLE color: 3011822.

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

Color convert

RGB 238 244 45 -
CMYK 0.02 0 0.82 0.04
HSL 61.81º 0.9% 0.57% -
HSV(B) 61.81º 0.82% 0.96% -
XYZ 68.08 83.07 14.93 -
YUV 219.52 29.51 141.18 -
System Red Green Blue C M Y K H S L
Decimal 238 244 45 0.02 0 0.82 0.04 61.81 0.9 0.57
Hex EE F4 2D 2 0 52 4 3E 5A 39
Octal 356 364 55 2 0 122 4 76 132 71
Binary 11101110 11110100 101101 10 0 1010010 100 111110 1011010 111001

Color Harmonies of #EEF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF42D

Black with #EEF42D

Text Example


Text Example

White with #EEF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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