Html Css Color HEX #EFDF29 Golden Fizz

📋 copy color: '#EFDF29'

red 239 ◦ green 223 ◦ blue 41

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

Shades of Golden Fizz #EFDF29

Tints of Golden Fizz #EFDF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.15%

R = 47.51%
G = 44.33%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFDF29 (or 0xEFDF29) is known color: Golden Fizz. HEX triplet: EF, DF and 29. RGB value is (239,223,41). Sum of RGB (Red+Green+Blue) = 239+223+41=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF29 is #1020D6. Grayscale: #CFCFCF. Windows color (decimal): -1056983 or 2744303. OLE color: 2744303.

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

Color convert

RGB 239 223 41 -
CMYK 0 0.07 0.83 0.06
HSL 55.15º 0.86% 0.55% -
HSV(B) 55.15º 0.83% 0.94% -
XYZ 62.38 71.29 12.57 -
YUV 207.04 34.3 150.8 -
System Red Green Blue C M Y K H S L
Decimal 239 223 41 0 0.07 0.83 0.06 55.15 0.86 0.55
Hex EF DF 29 0 7 53 6 37 56 37
Octal 357 337 51 0 7 123 6 67 126 67
Binary 11101111 11011111 101001 0 111 1010011 110 110111 1010110 110111

Color Harmonies of #EFDF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF29

Black with #EFDF29

Text Example


Text Example

White with #EFDF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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