Html Css Color HEX #EFFE2D Golden Fizz

📋 copy color: '#EFFE2D'

red 239 ◦ green 254 ◦ blue 45

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

Shades of Golden Fizz #EFFE2D

Tints of Golden Fizz #EFFE2D

RGB

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

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

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

R = 44.42%
G = 47.21%
B = 8.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#EFFE2D (or 0xEFFE2D) is known color: Golden Fizz. HEX triplet: EF, FE and 2D. RGB value is (239,254,45). Sum of RGB (Red+Green+Blue) = 239+254+45=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 45 (17.97% from 255 or 8.36% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE2D is #1001D2. Grayscale: #E2E2E2. Windows color (decimal): -1049043 or 3014383. OLE color: 3014383.

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

Color convert

RGB 239 254 45 -
CMYK 0.06 0 0.82 0.00
HSL 64.31º 0.99% 0.59% -
HSV(B) 64.31º 0.82% 1% -
XYZ 71.51 89.42 15.97 -
YUV 225.69 26.03 137.49 -
System Red Green Blue C M Y K H S L
Decimal 239 254 45 0.06 0 0.82 0.00 64.31 0.99 0.59
Hex EF FE 2D 6 0 52 0 40 63 3B
Octal 357 376 55 6 0 122 0 100 143 73
Binary 11101111 11111110 101101 110 0 1010010 0 1000000 1100011 111011

Color Harmonies of #EFFE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE2D

Black with #EFFE2D

Text Example


Text Example

White with #EFFE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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