Html Css Color HEX #EDE028 Golden Fizz

📋 copy color: '#EDE028'

red 237 ◦ green 224 ◦ blue 40

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

Shades of Golden Fizz #EDE028

Tints of Golden Fizz #EDE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.98%

R = 47.31%
G = 44.71%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE028 (or 0xEDE028) is known color: Golden Fizz. HEX triplet: ED, E0 and 28. RGB value is (237,224,40). Sum of RGB (Red+Green+Blue) = 237+224+40=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE028 is #121FD7. Grayscale: #CFCFCF. Windows color (decimal): -1187800 or 2679021. OLE color: 2679021.

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

Color convert

RGB 237 224 40 -
CMYK 0 0.05 0.83 0.07
HSL 56.04º 0.85% 0.54% -
HSV(B) 56.04º 0.83% 0.93% -
XYZ 61.96 71.47 12.54 -
YUV 206.91 33.81 149.46 -
System Red Green Blue C M Y K H S L
Decimal 237 224 40 0 0.05 0.83 0.07 56.04 0.85 0.54
Hex ED E0 28 0 5 53 7 38 55 36
Octal 355 340 50 0 5 123 7 70 125 66
Binary 11101101 11100000 101000 0 101 1010011 111 111000 1010101 110110

Color Harmonies of #EDE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE028

Black with #EDE028

Text Example


Text Example

White with #EDE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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