Html Css Color HEX #EFF525 Golden Fizz

📋 copy color: '#EFF525'

red 239 ◦ green 245 ◦ blue 37

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

Shades of Golden Fizz #EFF525

Tints of Golden Fizz #EFF525

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.02%

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

R = 45.87%
G = 47.02%
B = 7.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#EFF525 (or 0xEFF525) is known color: Golden Fizz. HEX triplet: EF, F5 and 25. RGB value is (239,245,37). Sum of RGB (Red+Green+Blue) = 239+245+37=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 37 (14.84% from 255 or 7.10% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF525 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF525 is #100ADA. Grayscale: #DCDCDC. Windows color (decimal): -1051355 or 2487791. OLE color: 2487791.

HSL color Cylindrical-coordinate representation of color #EFF525: hue angle of 61.73º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFF525 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 37 -
CMYK 0.02 0 0.85 0.04
HSL 61.73º 0.91% 0.55% -
HSV(B) 61.73º 0.85% 0.96% -
XYZ 68.58 83.79 14.31 -
YUV 219.49 25.01 141.91 -
System Red Green Blue C M Y K H S L
Decimal 239 245 37 0.02 0 0.85 0.04 61.73 0.91 0.55
Hex EF F5 25 2 0 55 4 3E 5B 37
Octal 357 365 45 2 0 125 4 76 133 67
Binary 11101111 11110101 100101 10 0 1010101 100 111110 1011011 110111

Color Harmonies of #EFF525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF525

Black with #EFF525

Text Example


Text Example

White with #EFF525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF525; }

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

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

background-color css

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

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

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

border-color css

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

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

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