Html Css Color HEX #EDE129 Golden Fizz

📋 copy color: '#EDE129'

red 237 ◦ green 225 ◦ blue 41

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

Shades of Golden Fizz #EDE129

Tints of Golden Fizz #EDE129

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.73%

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

R = 47.12%
G = 44.73%
B = 8.15%

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

#EDE129 (or 0xEDE129) is known color: Golden Fizz. HEX triplet: ED, E1 and 29. RGB value is (237,225,41). Sum of RGB (Red+Green+Blue) = 237+225+41=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE129 is #121ED6. Grayscale: #D0D0D0. Windows color (decimal): -1187543 or 2744813. OLE color: 2744813.

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

Color convert

RGB 237 225 41 -
CMYK 0 0.05 0.83 0.07
HSL 56.33º 0.84% 0.55% -
HSV(B) 56.33º 0.83% 0.93% -
XYZ 62.25 72.02 12.72 -
YUV 207.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 237 225 41 0 0.05 0.83 0.07 56.33 0.84 0.55
Hex ED E1 29 0 5 53 7 38 54 37
Octal 355 341 51 0 5 123 7 70 124 67
Binary 11101101 11100001 101001 0 101 1010011 111 111000 1010100 110111

Color Harmonies of #EDE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE129

Black with #EDE129

Text Example


Text Example

White with #EDE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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