Html Css Color HEX #EEF532 Golden Fizz

📋 copy color: '#EEF532'

red 238 ◦ green 245 ◦ blue 50

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

Shades of Golden Fizz #EEF532

Tints of Golden Fizz #EEF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.97%

 BLUE value IS 50 (19.92% from 255) = 9.38%

R = 44.65%
G = 45.97%
B = 9.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#EEF532 (or 0xEEF532) is known color: Golden Fizz. HEX triplet: EE, F5 and 32. RGB value is (238,245,50). Sum of RGB (Red+Green+Blue) = 238+245+50=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF532 is #110ACD. Grayscale: #DDDDDD. Windows color (decimal): -1116878 or 3339758. OLE color: 3339758.

HSL color Cylindrical-coordinate representation of color #EEF532: hue angle of 62.15º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEF532 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 50 -
CMYK 0.03 0 0.80 0.04
HSL 62.15º 0.91% 0.58% -
HSV(B) 62.15º 0.8% 0.96% -
XYZ 68.49 83.71 15.57 -
YUV 220.68 31.68 140.36 -
System Red Green Blue C M Y K H S L
Decimal 238 245 50 0.03 0 0.80 0.04 62.15 0.91 0.58
Hex EE F5 32 3 0 50 4 3E 5B 3A
Octal 356 365 62 3 0 120 4 76 133 72
Binary 11101110 11110101 110010 11 0 1010000 100 111110 1011011 111010

Color Harmonies of #EEF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF532

Black with #EEF532

Text Example


Text Example

White with #EEF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF532; }

 p { color: rgb(238,245,50); }

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

background-color css

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

 a { background-color: rgb(238,245,50); }

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

border-color css

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

 span { border-color: rgb(238,245,50); }

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