Html Css Color HEX #EEF134 Golden Fizz

📋 copy color: '#EEF134'

red 238 ◦ green 241 ◦ blue 52

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

Shades of Golden Fizz #EEF134

Tints of Golden Fizz #EEF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.79%

R = 44.82%
G = 45.39%
B = 9.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#EEF134 (or 0xEEF134) is known color: Golden Fizz. HEX triplet: EE, F1 and 34. RGB value is (238,241,52). Sum of RGB (Red+Green+Blue) = 238+241+52=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF134 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF134 is #110ECB. Grayscale: #DBDBDB. Windows color (decimal): -1117900 or 3469806. OLE color: 3469806.

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

Color convert

RGB 238 241 52 -
CMYK 0.01 0 0.78 0.05
HSL 60.95º 0.87% 0.57% -
HSV(B) 60.95º 0.78% 0.95% -
XYZ 67.34 81.34 15.4 -
YUV 218.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 238 241 52 0.01 0 0.78 0.05 60.95 0.87 0.57
Hex EE F1 34 1 0 4E 5 3D 57 39
Octal 356 361 64 1 0 116 5 75 127 71
Binary 11101110 11110001 110100 1 0 1001110 101 111101 1010111 111001

Color Harmonies of #EEF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF134

Black with #EEF134

Text Example


Text Example

White with #EEF134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF134; }

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

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

background-color css

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

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

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

border-color css

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

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

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