Html Css Color HEX #EEF12D Golden Fizz

📋 copy color: '#EEF12D'

red 238 ◦ green 241 ◦ blue 45

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

Shades of Golden Fizz #EEF12D

Tints of Golden Fizz #EEF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.99%

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

R = 45.42%
G = 45.99%
B = 8.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EEF12D (or 0xEEF12D) is known color: Golden Fizz. HEX triplet: EE, F1 and 2D. RGB value is (238,241,45). Sum of RGB (Red+Green+Blue) = 238+241+45=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 45 (17.97% from 255 or 8.59% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF12D is #110ED2. Grayscale: #DADADA. Windows color (decimal): -1117907 or 3011054. OLE color: 3011054.

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

Color convert

RGB 238 241 45 -
CMYK 0.01 0 0.81 0.05
HSL 60.92º 0.88% 0.56% -
HSV(B) 60.92º 0.81% 0.95% -
XYZ 67.19 81.28 14.63 -
YUV 217.76 30.51 142.44 -
System Red Green Blue C M Y K H S L
Decimal 238 241 45 0.01 0 0.81 0.05 60.92 0.88 0.56
Hex EE F1 2D 1 0 51 5 3D 58 38
Octal 356 361 55 1 0 121 5 75 130 70
Binary 11101110 11110001 101101 1 0 1010001 101 111101 1011000 111000

Color Harmonies of #EEF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF12D

Black with #EEF12D

Text Example


Text Example

White with #EEF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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