Html Css Color HEX #EEF230 Golden Fizz

📋 copy color: '#EEF230'

red 238 ◦ green 242 ◦ blue 48

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

Shades of Golden Fizz #EEF230

Tints of Golden Fizz #EEF230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.09%

R = 45.08%
G = 45.83%
B = 9.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EEF230 (or 0xEEF230) is known color: Golden Fizz. HEX triplet: EE, F2 and 30. RGB value is (238,242,48). Sum of RGB (Red+Green+Blue) = 238+242+48=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF230 is #110DCF. Grayscale: #DBDBDB. Windows color (decimal): -1117648 or 3207918. OLE color: 3207918.

HSL color Cylindrical-coordinate representation of color #EEF230: hue angle of 61.24º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEF230 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 48 -
CMYK 0.02 0 0.80 0.05
HSL 61.24º 0.88% 0.57% -
HSV(B) 61.24º 0.8% 0.95% -
XYZ 67.55 81.89 15.04 -
YUV 218.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 238 242 48 0.02 0 0.80 0.05 61.24 0.88 0.57
Hex EE F2 30 2 0 50 5 3D 58 39
Octal 356 362 60 2 0 120 5 75 130 71
Binary 11101110 11110010 110000 10 0 1010000 101 111101 1011000 111001

Color Harmonies of #EEF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF230

Black with #EEF230

Text Example


Text Example

White with #EEF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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