Html Css Color HEX #EFFF2B Golden Fizz

📋 copy color: '#EFFF2B'

red 239 ◦ green 255 ◦ blue 43

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

Shades of Golden Fizz #EFFF2B

Tints of Golden Fizz #EFFF2B

RGB

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

 GREEN value IS 255 (100% from 255) = 47.49%

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

R = 44.51%
G = 47.49%
B = 8.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#EFFF2B (or 0xEFFF2B) is known color: Golden Fizz. HEX triplet: EF, FF and 2B. RGB value is (239,255,43). Sum of RGB (Red+Green+Blue) = 239+255+43=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 43 (17.19% from 255 or 8.01% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFF2B is #1000D4. Grayscale: #E2E2E2. Windows color (decimal): -1048789 or 2883567. OLE color: 2883567.

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

Color convert

RGB 239 255 43 -
CMYK 0.06 0 0.83 0
HSL 64.53º 1% 0.58% -
HSV(B) 64.53º 0.83% 1% -
XYZ 71.79 90.05 15.88 -
YUV 226.05 24.7 137.24 -
System Red Green Blue C M Y K H S L
Decimal 239 255 43 0.06 0 0.83 0 64.53 1 0.58
Hex EF FF 2B 6 0 53 0 41 64 3A
Octal 357 377 53 6 0 123 0 101 144 72
Binary 11101111 11111111 101011 110 0 1010011 0 1000001 1100100 111010

Color Harmonies of #EFFF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF2B

Black with #EFFF2B

Text Example


Text Example

White with #EFFF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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