Html Css Color HEX #EFDA29 Golden Fizz

📋 copy color: '#EFDA29'

red 239 ◦ green 218 ◦ blue 41

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

Shades of Golden Fizz #EFDA29

Tints of Golden Fizz #EFDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

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

R = 47.99%
G = 43.78%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFDA29 (or 0xEFDA29) is known color: Golden Fizz. HEX triplet: EF, DA and 29. RGB value is (239,218,41). Sum of RGB (Red+Green+Blue) = 239+218+41=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 41 (16.41% from 255 or 8.23% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA29 is #1025D6. Grayscale: #CCCCCC. Windows color (decimal): -1058263 or 2743023. OLE color: 2743023.

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

Color convert

RGB 239 218 41 -
CMYK 0 0.09 0.83 0.06
HSL 53.64º 0.86% 0.55% -
HSV(B) 53.64º 0.83% 0.94% -
XYZ 61.07 68.65 12.13 -
YUV 204.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 239 218 41 0 0.09 0.83 0.06 53.64 0.86 0.55
Hex EF DA 29 0 9 53 6 36 56 37
Octal 357 332 51 0 11 123 6 66 126 67
Binary 11101111 11011010 101001 0 1001 1010011 110 110110 1010110 110111

Color Harmonies of #EFDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDA29

Black with #EFDA29

Text Example


Text Example

White with #EFDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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