Html Css Color HEX #EDE426 Golden Fizz

📋 copy color: '#EDE426'

red 237 ◦ green 228 ◦ blue 38

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

Shades of Golden Fizz #EDE426

Tints of Golden Fizz #EDE426

RGB

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

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

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

R = 47.12%
G = 45.33%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE426 (or 0xEDE426) is known color: Golden Fizz. HEX triplet: ED, E4 and 26. RGB value is (237,228,38). Sum of RGB (Red+Green+Blue) = 237+228+38=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 38 (15.23% from 255 or 7.55% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE426 is #121BD9. Grayscale: #D1D1D1. Windows color (decimal): -1186778 or 2548973. OLE color: 2548973.

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

Color convert

RGB 237 228 38 -
CMYK 0 0.04 0.84 0.07
HSL 57.29º 0.85% 0.54% -
HSV(B) 57.29º 0.84% 0.93% -
XYZ 63.02 73.63 12.72 -
YUV 209.03 31.48 147.95 -
System Red Green Blue C M Y K H S L
Decimal 237 228 38 0 0.04 0.84 0.07 57.29 0.85 0.54
Hex ED E4 26 0 4 54 7 39 55 36
Octal 355 344 46 0 4 124 7 71 125 66
Binary 11101101 11100100 100110 0 100 1010100 111 111001 1010101 110110

Color Harmonies of #EDE426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE426

Black with #EDE426

Text Example


Text Example

White with #EDE426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE426; }

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

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

background-color css

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

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

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

border-color css

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

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

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