Html Css Color HEX #EFDC32 Golden Fizz

📋 copy color: '#EFDC32'

red 239 ◦ green 220 ◦ blue 50

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

Shades of Golden Fizz #EFDC32

Tints of Golden Fizz #EFDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.82%

R = 46.95%
G = 43.22%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFDC32 (or 0xEFDC32) is known color: Golden Fizz. HEX triplet: EF, DC and 32. RGB value is (239,220,50). Sum of RGB (Red+Green+Blue) = 239+220+50=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC32 is #1023CD. Grayscale: #CFCFCF. Windows color (decimal): -1057742 or 3333359. OLE color: 3333359.

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

Color convert

RGB 239 220 50 -
CMYK 0 0.08 0.79 0.06
HSL 53.97º 0.86% 0.57% -
HSV(B) 53.97º 0.79% 0.94% -
XYZ 61.77 69.77 13.23 -
YUV 206.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 239 220 50 0 0.08 0.79 0.06 53.97 0.86 0.57
Hex EF DC 32 0 8 4F 6 36 56 39
Octal 357 334 62 0 10 117 6 66 126 71
Binary 11101111 11011100 110010 0 1000 1001111 110 110110 1010110 111001

Color Harmonies of #EFDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC32

Black with #EFDC32

Text Example


Text Example

White with #EFDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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