Html Css Color HEX #EFEC2F Golden Fizz

📋 copy color: '#EFEC2F'

red 239 ◦ green 236 ◦ blue 47

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

Shades of Golden Fizz #EFEC2F

Tints of Golden Fizz #EFEC2F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.21%

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

R = 45.79%
G = 45.21%
B = 9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFEC2F (or 0xEFEC2F) is known color: Golden Fizz. HEX triplet: EF, EC and 2F. RGB value is (239,236,47). Sum of RGB (Red+Green+Blue) = 239+236+47=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 47 (18.75% from 255 or 9.00% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC2F is #1013D0. Grayscale: #D8D8D8. Windows color (decimal): -1053649 or 3140847. OLE color: 3140847.

HSL color Cylindrical-coordinate representation of color #EFEC2F: hue angle of 59.06º 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 #EFEC2F is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 236 47 -
CMYK 0 0.01 0.80 0.06
HSL 59.06º 0.86% 0.56% -
HSV(B) 59.06º 0.8% 0.94% -
XYZ 66.11 78.55 14.37 -
YUV 215.35 32.99 144.87 -
System Red Green Blue C M Y K H S L
Decimal 239 236 47 0 0.01 0.80 0.06 59.06 0.86 0.56
Hex EF EC 2F 0 1 50 6 3B 56 38
Octal 357 354 57 0 1 120 6 73 126 70
Binary 11101111 11101100 101111 0 1 1010000 110 111011 1010110 111000

Color Harmonies of #EFEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEC2F

Black with #EFEC2F

Text Example


Text Example

White with #EFEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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