Html Css Color HEX #EDE429 Golden Fizz

📋 copy color: '#EDE429'

red 237 ◦ green 228 ◦ blue 41

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

Shades of Golden Fizz #EDE429

Tints of Golden Fizz #EDE429

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.06%

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

R = 46.84%
G = 45.06%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE429 (or 0xEDE429) is known color: Golden Fizz. HEX triplet: ED, E4 and 29. RGB value is (237,228,41). Sum of RGB (Red+Green+Blue) = 237+228+41=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 41 (16.41% from 255 or 8.10% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE429 is #121BD6. Grayscale: #D2D2D2. Windows color (decimal): -1186775 or 2745581. OLE color: 2745581.

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

Color convert

RGB 237 228 41 -
CMYK 0 0.04 0.83 0.07
HSL 57.24º 0.84% 0.55% -
HSV(B) 57.24º 0.83% 0.93% -
XYZ 63.07 73.65 12.99 -
YUV 209.37 32.98 147.71 -
System Red Green Blue C M Y K H S L
Decimal 237 228 41 0 0.04 0.83 0.07 57.24 0.84 0.55
Hex ED E4 29 0 4 53 7 39 54 37
Octal 355 344 51 0 4 123 7 71 124 67
Binary 11101101 11100100 101001 0 100 1010011 111 111001 1010100 110111

Color Harmonies of #EDE429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE429

Black with #EDE429

Text Example


Text Example

White with #EDE429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE429; }

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

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

background-color css

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

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

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

border-color css

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

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

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