Html Css Color HEX #EDDA29 Golden Fizz

📋 copy color: '#EDDA29'

red 237 ◦ green 218 ◦ blue 41

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

Shades of Golden Fizz #EDDA29

Tints of Golden Fizz #EDDA29

RGB

 RED value IS 237 (92.97% from 255) = 47.78%

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

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

R = 47.78%
G = 43.95%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDDA29 (or 0xEDDA29) is known color: Golden Fizz. HEX triplet: ED, DA and 29. RGB value is (237,218,41). Sum of RGB (Red+Green+Blue) = 237+218+41=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA29 is #1225D6. Grayscale: #CCCCCC. Windows color (decimal): -1189335 or 2743021. OLE color: 2743021.

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

Color convert

RGB 237 218 41 -
CMYK 0 0.08 0.83 0.07
HSL 54.18º 0.84% 0.55% -
HSV(B) 54.18º 0.83% 0.93% -
XYZ 60.4 68.31 12.1 -
YUV 203.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 237 218 41 0 0.08 0.83 0.07 54.18 0.84 0.55
Hex ED DA 29 0 8 53 7 36 54 37
Octal 355 332 51 0 10 123 7 66 124 67
Binary 11101101 11011010 101001 0 1000 1010011 111 110110 1010100 110111

Color Harmonies of #EDDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA29

Black with #EDDA29

Text Example


Text Example

White with #EDDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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