Html Css Color HEX #EDE928 Golden Fizz

📋 copy color: '#EDE928'

red 237 ◦ green 233 ◦ blue 40

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

Shades of Golden Fizz #EDE928

Tints of Golden Fizz #EDE928

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.69%

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

R = 46.47%
G = 45.69%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDE928 (or 0xEDE928) is known color: Golden Fizz. HEX triplet: ED, E9 and 28. RGB value is (237,233,40). Sum of RGB (Red+Green+Blue) = 237+233+40=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE928 is #1216D7. Grayscale: #D4D4D4. Windows color (decimal): -1185496 or 2681325. OLE color: 2681325.

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

Color convert

RGB 237 233 40 -
CMYK 0 0.02 0.83 0.07
HSL 58.78º 0.85% 0.54% -
HSV(B) 58.78º 0.83% 0.93% -
XYZ 64.45 76.44 13.36 -
YUV 212.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 237 233 40 0 0.02 0.83 0.07 58.78 0.85 0.54
Hex ED E9 28 0 2 53 7 3B 55 36
Octal 355 351 50 0 2 123 7 73 125 66
Binary 11101101 11101001 101000 0 10 1010011 111 111011 1010101 110110

Color Harmonies of #EDE928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE928

Black with #EDE928

Text Example


Text Example

White with #EDE928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE928; }

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

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

background-color css

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

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

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

border-color css

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

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

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