Html Css Color HEX #EFDD20 Golden Fizz

📋 copy color: '#EFDD20'

red 239 ◦ green 221 ◦ blue 32

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

Shades of Golden Fizz #EFDD20

Tints of Golden Fizz #EFDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 48.58%
G = 44.92%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFDD20 (or 0xEFDD20) is known color: Golden Fizz. HEX triplet: EF, DD and 20. RGB value is (239,221,32). Sum of RGB (Red+Green+Blue) = 239+221+32=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD20 is #1022DF. Grayscale: #CDCDCD. Windows color (decimal): -1057504 or 2153967. OLE color: 2153967.

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

Color convert

RGB 239 221 32 -
CMYK 0 0.08 0.87 0.06
HSL 54.78º 0.87% 0.53% -
HSV(B) 54.78º 0.87% 0.94% -
XYZ 61.71 70.17 11.66 -
YUV 204.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 239 221 32 0 0.08 0.87 0.06 54.78 0.87 0.53
Hex EF DD 20 0 8 57 6 37 57 35
Octal 357 335 40 0 10 127 6 67 127 65
Binary 11101111 11011101 100000 0 1000 1010111 110 110111 1010111 110101

Color Harmonies of #EFDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD20

Black with #EFDD20

Text Example


Text Example

White with #EFDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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