Html Css Color HEX #EDDB29 Golden Fizz

📋 copy color: '#EDDB29'

red 237 ◦ green 219 ◦ blue 41

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

Shades of Golden Fizz #EDDB29

Tints of Golden Fizz #EDDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

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

R = 47.69%
G = 44.06%
B = 8.25%

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

#EDDB29 (or 0xEDDB29) is known color: Golden Fizz. HEX triplet: ED, DB and 29. RGB value is (237,219,41). Sum of RGB (Red+Green+Blue) = 237+219+41=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB29 is #1224D6. Grayscale: #CCCCCC. Windows color (decimal): -1189079 or 2743277. OLE color: 2743277.

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

Color convert

RGB 237 219 41 -
CMYK 0 0.08 0.83 0.07
HSL 54.49º 0.84% 0.55% -
HSV(B) 54.49º 0.83% 0.93% -
XYZ 60.66 68.83 12.19 -
YUV 204.09 35.96 151.47 -
System Red Green Blue C M Y K H S L
Decimal 237 219 41 0 0.08 0.83 0.07 54.49 0.84 0.55
Hex ED DB 29 0 8 53 7 36 54 37
Octal 355 333 51 0 10 123 7 66 124 67
Binary 11101101 11011011 101001 0 1000 1010011 111 110110 1010100 110111

Color Harmonies of #EDDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB29

Black with #EDDB29

Text Example


Text Example

White with #EDDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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