Html Css Color HEX #EDE729 Golden Fizz

📋 copy color: '#EDE729'

red 237 ◦ green 231 ◦ blue 41

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

Shades of Golden Fizz #EDE729

Tints of Golden Fizz #EDE729

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.38%

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

R = 46.56%
G = 45.38%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE729 (or 0xEDE729) is known color: Golden Fizz. HEX triplet: ED, E7 and 29. RGB value is (237,231,41). Sum of RGB (Red+Green+Blue) = 237+231+41=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE729 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE729 is #1218D6. Grayscale: #D3D3D3. Windows color (decimal): -1186007 or 2746349. OLE color: 2746349.

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

Color convert

RGB 237 231 41 -
CMYK 0 0.03 0.83 0.07
HSL 58.16º 0.84% 0.55% -
HSV(B) 58.16º 0.83% 0.93% -
XYZ 63.9 75.32 13.27 -
YUV 211.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 237 231 41 0 0.03 0.83 0.07 58.16 0.84 0.55
Hex ED E7 29 0 3 53 7 3A 54 37
Octal 355 347 51 0 3 123 7 72 124 67
Binary 11101101 11100111 101001 0 11 1010011 111 111010 1010100 110111

Color Harmonies of #EDE729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE729

Black with #EDE729

Text Example


Text Example

White with #EDE729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE729; }

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

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

background-color css

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

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

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

border-color css

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

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

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