Html Css Color HEX #EFDC33 Golden Fizz

📋 copy color: '#EFDC33'

red 239 ◦ green 220 ◦ blue 51

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

Shades of Golden Fizz #EFDC33

Tints of Golden Fizz #EFDC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10%

R = 46.86%
G = 43.14%
B = 10%

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

#EFDC33 (or 0xEFDC33) is known color: Golden Fizz. HEX triplet: EF, DC and 33. RGB value is (239,220,51). Sum of RGB (Red+Green+Blue) = 239+220+51=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 51 (20.31% from 255 or 10% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC33 is #1023CC. Grayscale: #CFCFCF. Windows color (decimal): -1057741 or 3398895. OLE color: 3398895.

HSL color Cylindrical-coordinate representation of color #EFDC33: hue angle of 53.94º degrees, saturation: 0.85, 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 #EFDC33 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 51 -
CMYK 0 0.08 0.79 0.06
HSL 53.94º 0.85% 0.57% -
HSV(B) 53.94º 0.79% 0.94% -
XYZ 61.79 69.78 13.34 -
YUV 206.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 239 220 51 0 0.08 0.79 0.06 53.94 0.85 0.57
Hex EF DC 33 0 8 4F 6 36 55 39
Octal 357 334 63 0 10 117 6 66 125 71
Binary 11101111 11011100 110011 0 1000 1001111 110 110110 1010101 111001

Color Harmonies of #EFDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC33

Black with #EFDC33

Text Example


Text Example

White with #EFDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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