Html Css Color HEX #EFDF21 Golden Fizz

📋 copy color: '#EFDF21'

red 239 ◦ green 223 ◦ blue 33

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

Shades of Golden Fizz #EFDF21

Tints of Golden Fizz #EFDF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.67%

R = 48.28%
G = 45.05%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EFDF21 (or 0xEFDF21) is known color: Golden Fizz. HEX triplet: EF, DF and 21. RGB value is (239,223,33). Sum of RGB (Red+Green+Blue) = 239+223+33=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF21 is #1020DE. Grayscale: #CECECE. Windows color (decimal): -1056991 or 2220015. OLE color: 2220015.

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

Color convert

RGB 239 223 33 -
CMYK 0 0.07 0.86 0.06
HSL 55.34º 0.87% 0.53% -
HSV(B) 55.34º 0.86% 0.94% -
XYZ 62.26 71.24 11.91 -
YUV 206.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 239 223 33 0 0.07 0.86 0.06 55.34 0.87 0.53
Hex EF DF 21 0 7 56 6 37 57 35
Octal 357 337 41 0 7 126 6 67 127 65
Binary 11101111 11011111 100001 0 111 1010110 110 110111 1010111 110101

Color Harmonies of #EFDF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF21

Black with #EFDF21

Text Example


Text Example

White with #EFDF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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