Html Css Color HEX #EEF130 Golden Fizz

📋 copy color: '#EEF130'

red 238 ◦ green 241 ◦ blue 48

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

Shades of Golden Fizz #EEF130

Tints of Golden Fizz #EEF130

RGB

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

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

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

R = 45.16%
G = 45.73%
B = 9.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EEF130 (or 0xEEF130) is known color: Golden Fizz. HEX triplet: EE, F1 and 30. RGB value is (238,241,48). Sum of RGB (Red+Green+Blue) = 238+241+48=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 48 (19.14% from 255 or 9.11% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF130 is #110ECF. Grayscale: #DADADA. Windows color (decimal): -1117904 or 3207662. OLE color: 3207662.

HSL color Cylindrical-coordinate representation of color #EEF130: hue angle of 60.93º degrees, saturation: 0.87, 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 #EEF130 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 241 48 -
CMYK 0.01 0 0.80 0.05
HSL 60.93º 0.87% 0.57% -
HSV(B) 60.93º 0.8% 0.95% -
XYZ 67.25 81.3 14.94 -
YUV 218.1 32.01 142.19 -
System Red Green Blue C M Y K H S L
Decimal 238 241 48 0.01 0 0.80 0.05 60.93 0.87 0.57
Hex EE F1 30 1 0 50 5 3D 57 39
Octal 356 361 60 1 0 120 5 75 127 71
Binary 11101110 11110001 110000 1 0 1010000 101 111101 1010111 111001

Color Harmonies of #EEF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF130

Black with #EEF130

Text Example


Text Example

White with #EEF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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