Html Css Color HEX #EFF834 Golden Fizz

📋 copy color: '#EFF834'

red 239 ◦ green 248 ◦ blue 52

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

Shades of Golden Fizz #EFF834

Tints of Golden Fizz #EFF834

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.01%

 BLUE value IS 52 (20.7% from 255) = 9.65%

R = 44.34%
G = 46.01%
B = 9.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#EFF834 (or 0xEFF834) is known color: Golden Fizz. HEX triplet: EF, F8 and 34. RGB value is (239,248,52). Sum of RGB (Red+Green+Blue) = 239+248+52=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 52 (20.70% from 255 or 9.65% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF834 is #1007CB. Grayscale: #DFDFDF. Windows color (decimal): -1050572 or 3471599. OLE color: 3471599.

HSL color Cylindrical-coordinate representation of color #EFF834: hue angle of 62.76º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFF834 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 52 -
CMYK 0.04 0 0.79 0.03
HSL 62.76º 0.93% 0.59% -
HSV(B) 62.76º 0.79% 0.97% -
XYZ 69.78 85.73 16.12 -
YUV 222.97 31.52 139.44 -
System Red Green Blue C M Y K H S L
Decimal 239 248 52 0.04 0 0.79 0.03 62.76 0.93 0.59
Hex EF F8 34 4 0 4F 3 3F 5D 3B
Octal 357 370 64 4 0 117 3 77 135 73
Binary 11101111 11111000 110100 100 0 1001111 11 111111 1011101 111011

Color Harmonies of #EFF834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF834

Black with #EFF834

Text Example


Text Example

White with #EFF834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF834; }

 p { color: rgb(239,248,52); }

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

background-color css

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

 a { background-color: rgb(239,248,52); }

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

border-color css

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

 span { border-color: rgb(239,248,52); }

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