Html Css Color HEX #EDE026 Golden Fizz

📋 copy color: '#EDE026'

red 237 ◦ green 224 ◦ blue 38

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

Shades of Golden Fizz #EDE026

Tints of Golden Fizz #EDE026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.89%

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

R = 47.49%
G = 44.89%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDE026 (or 0xEDE026) is known color: Golden Fizz. HEX triplet: ED, E0 and 26. RGB value is (237,224,38). Sum of RGB (Red+Green+Blue) = 237+224+38=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 38 (15.23% from 255 or 7.62% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE026 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE026 is #121FD9. Grayscale: #CFCFCF. Windows color (decimal): -1187802 or 2547949. OLE color: 2547949.

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

Color convert

RGB 237 224 38 -
CMYK 0 0.05 0.84 0.07
HSL 56.08º 0.85% 0.54% -
HSV(B) 56.08º 0.84% 0.93% -
XYZ 61.93 71.46 12.36 -
YUV 206.68 32.81 149.62 -
System Red Green Blue C M Y K H S L
Decimal 237 224 38 0 0.05 0.84 0.07 56.08 0.85 0.54
Hex ED E0 26 0 5 54 7 38 55 36
Octal 355 340 46 0 5 124 7 70 125 66
Binary 11101101 11100000 100110 0 101 1010100 111 111000 1010101 110110

Color Harmonies of #EDE026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE026

Black with #EDE026

Text Example


Text Example

White with #EDE026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE026; }

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

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

background-color css

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

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

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

border-color css

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

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

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