Html Css Color HEX #EFFE2B Golden Fizz

📋 copy color: '#EFFE2B'

red 239 ◦ green 254 ◦ blue 43

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

Shades of Golden Fizz #EFFE2B

Tints of Golden Fizz #EFFE2B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.39%

 BLUE value IS 43 (17.19% from 255) = 8.02%

R = 44.59%
G = 47.39%
B = 8.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#EFFE2B (or 0xEFFE2B) is known color: Golden Fizz. HEX triplet: EF, FE and 2B. RGB value is (239,254,43). Sum of RGB (Red+Green+Blue) = 239+254+43=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 43 (17.19% from 255 or 8.02% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE2B is #1001D4. Grayscale: #E2E2E2. Windows color (decimal): -1049045 or 2883311. OLE color: 2883311.

HSL color Cylindrical-coordinate representation of color #EFFE2B: hue angle of 64.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFFE2B is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 43 -
CMYK 0.06 0 0.83 0.00
HSL 64.27º 0.99% 0.58% -
HSV(B) 64.27º 0.83% 1% -
XYZ 71.47 89.41 15.78 -
YUV 225.46 25.03 137.66 -
System Red Green Blue C M Y K H S L
Decimal 239 254 43 0.06 0 0.83 0.00 64.27 0.99 0.58
Hex EF FE 2B 6 0 53 0 40 63 3A
Octal 357 376 53 6 0 123 0 100 143 72
Binary 11101111 11111110 101011 110 0 1010011 0 1000000 1100011 111010

Color Harmonies of #EFFE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE2B

Black with #EFFE2B

Text Example


Text Example

White with #EFFE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE2B; }

 p { color: rgb(239,254,43); }

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

background-color css

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

 a { background-color: rgb(239,254,43); }

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

border-color css

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

 span { border-color: rgb(239,254,43); }

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