Html Css Color HEX #EFF830 Golden Fizz

📋 copy color: '#EFF830'

red 239 ◦ green 248 ◦ blue 48

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

Shades of Golden Fizz #EFF830

Tints of Golden Fizz #EFF830

RGB

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

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

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

R = 44.67%
G = 46.36%
B = 8.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#EFF830 (or 0xEFF830) is known color: Golden Fizz. HEX triplet: EF, F8 and 30. RGB value is (239,248,48). Sum of RGB (Red+Green+Blue) = 239+248+48=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 48 (19.14% from 255 or 8.97% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF830 is #1007CF. Grayscale: #DFDFDF. Windows color (decimal): -1050576 or 3209455. OLE color: 3209455.

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

Color convert

RGB 239 248 48 -
CMYK 0.04 0 0.81 0.03
HSL 62.7º 0.93% 0.58% -
HSV(B) 62.7º 0.81% 0.97% -
XYZ 69.7 85.7 15.66 -
YUV 222.51 29.52 139.76 -
System Red Green Blue C M Y K H S L
Decimal 239 248 48 0.04 0 0.81 0.03 62.7 0.93 0.58
Hex EF F8 30 4 0 51 3 3F 5D 3A
Octal 357 370 60 4 0 121 3 77 135 72
Binary 11101111 11111000 110000 100 0 1010001 11 111111 1011101 111010

Color Harmonies of #EFF830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF830

Black with #EFF830

Text Example


Text Example

White with #EFF830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF830; }

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

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

background-color css

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

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

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

border-color css

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

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

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