Html Css Color HEX #EFF02E Golden Fizz

📋 copy color: '#EFF02E'

red 239 ◦ green 240 ◦ blue 46

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

Shades of Golden Fizz #EFF02E

Tints of Golden Fizz #EFF02E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.76%

R = 45.52%
G = 45.71%
B = 8.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFF02E (or 0xEFF02E) is known color: Golden Fizz. HEX triplet: EF, F0 and 2E. RGB value is (239,240,46). Sum of RGB (Red+Green+Blue) = 239+240+46=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 46 (18.36% from 255 or 8.76% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF02E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF02E is #100FD1. Grayscale: #DADADA. Windows color (decimal): -1052626 or 3076335. OLE color: 3076335.

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

Color convert

RGB 239 240 46 -
CMYK 0.00 0 0.81 0.06
HSL 60.31º 0.87% 0.56% -
HSV(B) 60.31º 0.81% 0.94% -
XYZ 67.25 80.87 14.65 -
YUV 217.59 31.17 143.27 -
System Red Green Blue C M Y K H S L
Decimal 239 240 46 0.00 0 0.81 0.06 60.31 0.87 0.56
Hex EF F0 2E 0 0 51 6 3C 57 38
Octal 357 360 56 0 0 121 6 74 127 70
Binary 11101111 11110000 101110 0 0 1010001 110 111100 1010111 111000

Color Harmonies of #EFF02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF02E

Black with #EFF02E

Text Example


Text Example

White with #EFF02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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