Html Css Color HEX #EFF026 Golden Fizz

📋 copy color: '#EFF026'

red 239 ◦ green 240 ◦ blue 38

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

Shades of Golden Fizz #EFF026

Tints of Golden Fizz #EFF026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.35%

R = 46.23%
G = 46.42%
B = 7.35%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFF026 (or 0xEFF026) is known color: Golden Fizz. HEX triplet: EF, F0 and 26. RGB value is (239,240,38). Sum of RGB (Red+Green+Blue) = 239+240+38=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 38 (15.23% from 255 or 7.35% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF026 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF026 is #100FD9. Grayscale: #D9D9D9. Windows color (decimal): -1052634 or 2552047. OLE color: 2552047.

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

Color convert

RGB 239 240 38 -
CMYK 0.00 0 0.84 0.06
HSL 60.3º 0.87% 0.55% -
HSV(B) 60.3º 0.84% 0.94% -
XYZ 67.11 80.81 13.89 -
YUV 216.67 27.17 143.93 -
System Red Green Blue C M Y K H S L
Decimal 239 240 38 0.00 0 0.84 0.06 60.3 0.87 0.55
Hex EF F0 26 0 0 54 6 3C 57 37
Octal 357 360 46 0 0 124 6 74 127 67
Binary 11101111 11110000 100110 0 0 1010100 110 111100 1010111 110111

Color Harmonies of #EFF026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF026

Black with #EFF026

Text Example


Text Example

White with #EFF026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF026; }

 p { color: rgb(239,240,38); }

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

background-color css

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

 a { background-color: rgb(239,240,38); }

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

border-color css

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

 span { border-color: rgb(239,240,38); }

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