Html Css Color HEX #EDE229 Golden Fizz

📋 copy color: '#EDE229'

red 237 ◦ green 226 ◦ blue 41

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

Shades of Golden Fizz #EDE229

Tints of Golden Fizz #EDE229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

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

R = 47.02%
G = 44.84%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE229 (or 0xEDE229) is known color: Golden Fizz. HEX triplet: ED, E2 and 29. RGB value is (237,226,41). Sum of RGB (Red+Green+Blue) = 237+226+41=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE229 is #121DD6. Grayscale: #D0D0D0. Windows color (decimal): -1187287 or 2745069. OLE color: 2745069.

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

Color convert

RGB 237 226 41 -
CMYK 0 0.05 0.83 0.07
HSL 56.63º 0.84% 0.55% -
HSV(B) 56.63º 0.83% 0.93% -
XYZ 62.52 72.56 12.81 -
YUV 208.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 237 226 41 0 0.05 0.83 0.07 56.63 0.84 0.55
Hex ED E2 29 0 5 53 7 39 54 37
Octal 355 342 51 0 5 123 7 71 124 67
Binary 11101101 11100010 101001 0 101 1010011 111 111001 1010100 110111

Color Harmonies of #EDE229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE229

Black with #EDE229

Text Example


Text Example

White with #EDE229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE229; }

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

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

background-color css

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

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

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

border-color css

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

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

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