Html Css Color HEX #EFF130 Golden Fizz

📋 copy color: '#EFF130'

red 239 ◦ green 241 ◦ blue 48

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

Shades of Golden Fizz #EFF130

Tints of Golden Fizz #EFF130

RGB

 RED value IS 239 (93.75% from 255) = 45.27%

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

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

R = 45.27%
G = 45.64%
B = 9.09%

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

#EFF130 (or 0xEFF130) is known color: Golden Fizz. HEX triplet: EF, F1 and 30. RGB value is (239,241,48). Sum of RGB (Red+Green+Blue) = 239+241+48=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 48 (19.14% from 255 or 9.09% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF130 is #100ECF. Grayscale: #DBDBDB. Windows color (decimal): -1052368 or 3207663. OLE color: 3207663.

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

Color convert

RGB 239 241 48 -
CMYK 0.01 0 0.80 0.05
HSL 60.62º 0.87% 0.57% -
HSV(B) 60.62º 0.8% 0.95% -
XYZ 67.59 81.47 14.96 -
YUV 218.4 31.84 142.69 -
System Red Green Blue C M Y K H S L
Decimal 239 241 48 0.01 0 0.80 0.05 60.62 0.87 0.57
Hex EF F1 30 1 0 50 5 3D 57 39
Octal 357 361 60 1 0 120 5 75 127 71
Binary 11101111 11110001 110000 1 0 1010000 101 111101 1010111 111001

Color Harmonies of #EFF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF130

Black with #EFF130

Text Example


Text Example

White with #EFF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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