Html Css Color HEX #EFDF20 Golden Fizz

📋 copy color: '#EFDF20'

red 239 ◦ green 223 ◦ blue 32

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

Shades of Golden Fizz #EFDF20

Tints of Golden Fizz #EFDF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 48.38%
G = 45.14%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFDF20 (or 0xEFDF20) is known color: Golden Fizz. HEX triplet: EF, DF and 20. RGB value is (239,223,32). Sum of RGB (Red+Green+Blue) = 239+223+32=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF20 is #1020DF. Grayscale: #CECECE. Windows color (decimal): -1056992 or 2154479. OLE color: 2154479.

HSL color Cylindrical-coordinate representation of color #EFDF20: hue angle of 55.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EFDF20 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 32 -
CMYK 0 0.07 0.87 0.06
HSL 55.36º 0.87% 0.53% -
HSV(B) 55.36º 0.87% 0.94% -
XYZ 62.24 71.23 11.83 -
YUV 206.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 239 223 32 0 0.07 0.87 0.06 55.36 0.87 0.53
Hex EF DF 20 0 7 57 6 37 57 35
Octal 357 337 40 0 7 127 6 67 127 65
Binary 11101111 11011111 100000 0 111 1010111 110 110111 1010111 110101

Color Harmonies of #EFDF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF20

Black with #EFDF20

Text Example


Text Example

White with #EFDF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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