Html Css Color HEX #EEF02D Golden Fizz

📋 copy color: '#EEF02D'

red 238 ◦ green 240 ◦ blue 45

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

Shades of Golden Fizz #EEF02D

Tints of Golden Fizz #EEF02D

RGB

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

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

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

R = 45.51%
G = 45.89%
B = 8.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EEF02D (or 0xEEF02D) is known color: Golden Fizz. HEX triplet: EE, F0 and 2D. RGB value is (238,240,45). Sum of RGB (Red+Green+Blue) = 238+240+45=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 45 (17.97% from 255 or 8.60% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF02D is #110FD2. Grayscale: #D9D9D9. Windows color (decimal): -1118163 or 3010798. OLE color: 3010798.

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

Color convert

RGB 238 240 45 -
CMYK 0.01 0 0.81 0.06
HSL 60.62º 0.87% 0.56% -
HSV(B) 60.62º 0.81% 0.94% -
XYZ 66.89 80.69 14.53 -
YUV 217.17 30.84 142.86 -
System Red Green Blue C M Y K H S L
Decimal 238 240 45 0.01 0 0.81 0.06 60.62 0.87 0.56
Hex EE F0 2D 1 0 51 6 3D 57 38
Octal 356 360 55 1 0 121 6 75 127 70
Binary 11101110 11110000 101101 1 0 1010001 110 111101 1010111 111000

Color Harmonies of #EEF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF02D

Black with #EEF02D

Text Example


Text Example

White with #EEF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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