Html Css Color HEX #EDE726 Golden Fizz

📋 copy color: '#EDE726'

red 237 ◦ green 231 ◦ blue 38

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

Shades of Golden Fizz #EDE726

Tints of Golden Fizz #EDE726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.51%

R = 46.84%
G = 45.65%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE726 (or 0xEDE726) is known color: Golden Fizz. HEX triplet: ED, E7 and 26. RGB value is (237,231,38). Sum of RGB (Red+Green+Blue) = 237+231+38=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 38 (15.23% from 255 or 7.51% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE726 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE726 is #1218D9. Grayscale: #D3D3D3. Windows color (decimal): -1186010 or 2549741. OLE color: 2549741.

HSL color Cylindrical-coordinate representation of color #EDE726: hue angle of 58.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDE726 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 38 -
CMYK 0 0.03 0.84 0.07
HSL 58.19º 0.85% 0.54% -
HSV(B) 58.19º 0.84% 0.93% -
XYZ 63.85 75.3 13 -
YUV 210.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 237 231 38 0 0.03 0.84 0.07 58.19 0.85 0.54
Hex ED E7 26 0 3 54 7 3A 55 36
Octal 355 347 46 0 3 124 7 72 125 66
Binary 11101101 11100111 100110 0 11 1010100 111 111010 1010101 110110

Color Harmonies of #EDE726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE726

Black with #EDE726

Text Example


Text Example

White with #EDE726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE726; }

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

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

background-color css

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

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

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

border-color css

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

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

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