Html Css Color HEX #EFF02A Golden Fizz

📋 copy color: '#EFF02A'

red 239 ◦ green 240 ◦ blue 42

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

Shades of Golden Fizz #EFF02A

Tints of Golden Fizz #EFF02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.06%

R = 45.87%
G = 46.07%
B = 8.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFF02A (or 0xEFF02A) is known color: Golden Fizz. HEX triplet: EF, F0 and 2A. RGB value is (239,240,42). Sum of RGB (Red+Green+Blue) = 239+240+42=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF02A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF02A is #100FD5. Grayscale: #D9D9D9. Windows color (decimal): -1052630 or 2814191. OLE color: 2814191.

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

Color convert

RGB 239 240 42 -
CMYK 0.00 0 0.82 0.06
HSL 60.3º 0.87% 0.55% -
HSV(B) 60.3º 0.83% 0.94% -
XYZ 67.17 80.84 14.25 -
YUV 217.13 29.17 143.6 -
System Red Green Blue C M Y K H S L
Decimal 239 240 42 0.00 0 0.82 0.06 60.3 0.87 0.55
Hex EF F0 2A 0 0 52 6 3C 57 37
Octal 357 360 52 0 0 122 6 74 127 67
Binary 11101111 11110000 101010 0 0 1010010 110 111100 1010111 110111

Color Harmonies of #EFF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF02A

Black with #EFF02A

Text Example


Text Example

White with #EFF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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