Html Css Color HEX #EFDF2F Golden Fizz

📋 copy color: '#EFDF2F'

red 239 ◦ green 223 ◦ blue 47

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

Shades of Golden Fizz #EFDF2F

Tints of Golden Fizz #EFDF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

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

R = 46.95%
G = 43.81%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFDF2F (or 0xEFDF2F) is known color: Golden Fizz. HEX triplet: EF, DF and 2F. RGB value is (239,223,47). Sum of RGB (Red+Green+Blue) = 239+223+47=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 47 (18.75% from 255 or 9.23% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF2F is #1020D0. Grayscale: #D0D0D0. Windows color (decimal): -1056977 or 3137519. OLE color: 3137519.

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

Color convert

RGB 239 223 47 -
CMYK 0 0.07 0.80 0.06
HSL 55º 0.86% 0.56% -
HSV(B) 55º 0.8% 0.94% -
XYZ 62.5 71.33 13.16 -
YUV 207.72 37.3 150.31 -
System Red Green Blue C M Y K H S L
Decimal 239 223 47 0 0.07 0.80 0.06 55 0.86 0.56
Hex EF DF 2F 0 7 50 6 37 56 38
Octal 357 337 57 0 7 120 6 67 126 70
Binary 11101111 11011111 101111 0 111 1010000 110 110111 1010110 111000

Color Harmonies of #EFDF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF2F

Black with #EFDF2F

Text Example


Text Example

White with #EFDF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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