Html Css Color HEX #EFF528 Golden Fizz

📋 copy color: '#EFF528'

red 239 ◦ green 245 ◦ blue 40

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

Shades of Golden Fizz #EFF528

Tints of Golden Fizz #EFF528

RGB

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

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

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

R = 45.61%
G = 46.76%
B = 7.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EFF528 (or 0xEFF528) is known color: Golden Fizz. HEX triplet: EF, F5 and 28. RGB value is (239,245,40). Sum of RGB (Red+Green+Blue) = 239+245+40=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 40 (16.02% from 255 or 7.63% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF528 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF528 is #100AD7. Grayscale: #DCDCDC. Windows color (decimal): -1051352 or 2684399. OLE color: 2684399.

HSL color Cylindrical-coordinate representation of color #EFF528: hue angle of 61.76º degrees, saturation: 0.91, 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 #EFF528 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 245 40 -
CMYK 0.02 0 0.84 0.04
HSL 61.76º 0.91% 0.56% -
HSV(B) 61.76º 0.84% 0.96% -
XYZ 68.63 83.81 14.57 -
YUV 219.84 26.51 141.67 -
System Red Green Blue C M Y K H S L
Decimal 239 245 40 0.02 0 0.84 0.04 61.76 0.91 0.56
Hex EF F5 28 2 0 54 4 3E 5B 38
Octal 357 365 50 2 0 124 4 76 133 70
Binary 11101111 11110101 101000 10 0 1010100 100 111110 1011011 111000

Color Harmonies of #EFF528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF528

Black with #EFF528

Text Example


Text Example

White with #EFF528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF528; }

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

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

background-color css

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

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

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

border-color css

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

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

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