Html Css Color HEX #EFEA2F Golden Fizz

📋 copy color: '#EFEA2F'

red 239 ◦ green 234 ◦ blue 47

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

Shades of Golden Fizz #EFEA2F

Tints of Golden Fizz #EFEA2F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45%

 BLUE value IS 47 (18.75% from 255) = 9.04%

R = 45.96%
G = 45%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFEA2F (or 0xEFEA2F) is known color: Golden Fizz. HEX triplet: EF, EA and 2F. RGB value is (239,234,47). Sum of RGB (Red+Green+Blue) = 239+234+47=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA2F is #1015D0. Grayscale: #D6D6D6. Windows color (decimal): -1054161 or 3140335. OLE color: 3140335.

HSL color Cylindrical-coordinate representation of color #EFEA2F: hue angle of 58.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFEA2F is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 234 47 -
CMYK 0 0.02 0.80 0.06
HSL 58.44º 0.86% 0.56% -
HSV(B) 58.44º 0.8% 0.94% -
XYZ 65.53 77.4 14.18 -
YUV 214.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 239 234 47 0 0.02 0.80 0.06 58.44 0.86 0.56
Hex EF EA 2F 0 2 50 6 3A 56 38
Octal 357 352 57 0 2 120 6 72 126 70
Binary 11101111 11101010 101111 0 10 1010000 110 111010 1010110 111000

Color Harmonies of #EFEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA2F

Black with #EFEA2F

Text Example


Text Example

White with #EFEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA2F; }

 p { color: rgb(239,234,47); }

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

background-color css

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

 a { background-color: rgb(239,234,47); }

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

border-color css

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

 span { border-color: rgb(239,234,47); }

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