Html Css Color HEX #EFF825 Golden Fizz

📋 copy color: '#EFF825'

red 239 ◦ green 248 ◦ blue 37

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

Shades of Golden Fizz #EFF825

Tints of Golden Fizz #EFF825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.06%

R = 45.61%
G = 47.33%
B = 7.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EFF825 (or 0xEFF825) is known color: Golden Fizz. HEX triplet: EF, F8 and 25. RGB value is (239,248,37). Sum of RGB (Red+Green+Blue) = 239+248+37=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 37 (14.84% from 255 or 7.06% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF825 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF825 is #1007DA. Grayscale: #DEDEDE. Windows color (decimal): -1050587 or 2488559. OLE color: 2488559.

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

Color convert

RGB 239 248 37 -
CMYK 0.04 0 0.85 0.03
HSL 62.56º 0.94% 0.56% -
HSV(B) 62.56º 0.85% 0.97% -
XYZ 69.5 85.62 14.61 -
YUV 221.26 24.02 140.66 -
System Red Green Blue C M Y K H S L
Decimal 239 248 37 0.04 0 0.85 0.03 62.56 0.94 0.56
Hex EF F8 25 4 0 55 3 3F 5E 38
Octal 357 370 45 4 0 125 3 77 136 70
Binary 11101111 11111000 100101 100 0 1010101 11 111111 1011110 111000

Color Harmonies of #EFF825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF825

Black with #EFF825

Text Example


Text Example

White with #EFF825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF825; }

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

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

background-color css

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

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

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

border-color css

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

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

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