Html Css Color HEX #EFF628 Golden Fizz

📋 copy color: '#EFF628'

red 239 ◦ green 246 ◦ blue 40

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

Shades of Golden Fizz #EFF628

Tints of Golden Fizz #EFF628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.86%

 BLUE value IS 40 (16.02% from 255) = 7.62%

R = 45.52%
G = 46.86%
B = 7.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EFF628 (or 0xEFF628) is known color: Golden Fizz. HEX triplet: EF, F6 and 28. RGB value is (239,246,40). Sum of RGB (Red+Green+Blue) = 239+246+40=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF628 is #1009D7. Grayscale: #DDDDDD. Windows color (decimal): -1051096 or 2684655. OLE color: 2684655.

HSL color Cylindrical-coordinate representation of color #EFF628: hue angle of 62.04º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF628 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 246 40 -
CMYK 0.03 0 0.84 0.04
HSL 62.04º 0.92% 0.56% -
HSV(B) 62.04º 0.84% 0.96% -
XYZ 68.94 84.42 14.67 -
YUV 220.42 26.18 141.25 -
System Red Green Blue C M Y K H S L
Decimal 239 246 40 0.03 0 0.84 0.04 62.04 0.92 0.56
Hex EF F6 28 3 0 54 4 3E 5C 38
Octal 357 366 50 3 0 124 4 76 134 70
Binary 11101111 11110110 101000 11 0 1010100 100 111110 1011100 111000

Color Harmonies of #EFF628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF628

Black with #EFF628

Text Example


Text Example

White with #EFF628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF628; }

 p { color: rgb(239,246,40); }

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

background-color css

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

 a { background-color: rgb(239,246,40); }

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

border-color css

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

 span { border-color: rgb(239,246,40); }

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