Html Css Color HEX #EFDC2C Golden Fizz

📋 copy color: '#EFDC2C'

red 239 ◦ green 220 ◦ blue 44

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

Shades of Golden Fizz #EFDC2C

Tints of Golden Fizz #EFDC2C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 44 (17.58% from 255) = 8.75%

R = 47.51%
G = 43.74%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFDC2C (or 0xEFDC2C) is known color: Golden Fizz. HEX triplet: EF, DC and 2C. RGB value is (239,220,44). Sum of RGB (Red+Green+Blue) = 239+220+44=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 44 (17.58% from 255 or 8.75% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC2C is #1023D3. Grayscale: #CECECE. Windows color (decimal): -1057748 or 2940143. OLE color: 2940143.

HSL color Cylindrical-coordinate representation of color #EFDC2C: hue angle of 54.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFDC2C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 44 -
CMYK 0 0.08 0.82 0.06
HSL 54.15º 0.86% 0.55% -
HSV(B) 54.15º 0.82% 0.94% -
XYZ 61.64 69.72 12.59 -
YUV 205.62 36.79 151.81 -
System Red Green Blue C M Y K H S L
Decimal 239 220 44 0 0.08 0.82 0.06 54.15 0.86 0.55
Hex EF DC 2C 0 8 52 6 36 56 37
Octal 357 334 54 0 10 122 6 66 126 67
Binary 11101111 11011100 101100 0 1000 1010010 110 110110 1010110 110111

Color Harmonies of #EFDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC2C

Black with #EFDC2C

Text Example


Text Example

White with #EFDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC2C; }

 p { color: rgb(239,220,44); }

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

background-color css

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

 a { background-color: rgb(239,220,44); }

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

border-color css

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

 span { border-color: rgb(239,220,44); }

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