Html Css Color HEX #EFF02D Golden Fizz

📋 copy color: '#EFF02D'

red 239 ◦ green 240 ◦ blue 45

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

Shades of Golden Fizz #EFF02D

Tints of Golden Fizz #EFF02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.8%

 BLUE value IS 45 (17.97% from 255) = 8.59%

R = 45.61%
G = 45.8%
B = 8.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFF02D (or 0xEFF02D) is known color: Golden Fizz. HEX triplet: EF, F0 and 2D. RGB value is (239,240,45). Sum of RGB (Red+Green+Blue) = 239+240+45=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 45 (17.97% from 255 or 8.59% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF02D is #100FD2. Grayscale: #DADADA. Windows color (decimal): -1052627 or 3010799. OLE color: 3010799.

HSL color Cylindrical-coordinate representation of color #EFF02D: hue angle of 60.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF02D is Cyan = 0.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 240 45 -
CMYK 0.00 0 0.81 0.06
HSL 60.31º 0.87% 0.56% -
HSV(B) 60.31º 0.81% 0.94% -
XYZ 67.23 80.86 14.55 -
YUV 217.47 30.67 143.36 -
System Red Green Blue C M Y K H S L
Decimal 239 240 45 0.00 0 0.81 0.06 60.31 0.87 0.56
Hex EF F0 2D 0 0 51 6 3C 57 38
Octal 357 360 55 0 0 121 6 74 127 70
Binary 11101111 11110000 101101 0 0 1010001 110 111100 1010111 111000

Color Harmonies of #EFF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF02D

Black with #EFF02D

Text Example


Text Example

White with #EFF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF02D; }

 p { color: rgb(239,240,45); }

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

background-color css

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

 a { background-color: rgb(239,240,45); }

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

border-color css

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

 span { border-color: rgb(239,240,45); }

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