Html Css Color HEX #EDE123 Golden Fizz

📋 copy color: '#EDE123'

red 237 ◦ green 225 ◦ blue 35

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

Shades of Golden Fizz #EDE123

Tints of Golden Fizz #EDE123

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 35 (14.06% from 255) = 7.04%

R = 47.69%
G = 45.27%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDE123 (or 0xEDE123) is known color: Golden Fizz. HEX triplet: ED, E1 and 23. RGB value is (237,225,35). Sum of RGB (Red+Green+Blue) = 237+225+35=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE123 is #121EDC. Grayscale: #CFCFCF. Windows color (decimal): -1187549 or 2351597. OLE color: 2351597.

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

Color convert

RGB 237 225 35 -
CMYK 0 0.05 0.85 0.07
HSL 56.44º 0.85% 0.53% -
HSV(B) 56.44º 0.85% 0.93% -
XYZ 62.15 71.98 12.21 -
YUV 206.93 30.98 149.45 -
System Red Green Blue C M Y K H S L
Decimal 237 225 35 0 0.05 0.85 0.07 56.44 0.85 0.53
Hex ED E1 23 0 5 55 7 38 55 35
Octal 355 341 43 0 5 125 7 70 125 65
Binary 11101101 11100001 100011 0 101 1010101 111 111000 1010101 110101

Color Harmonies of #EDE123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE123

Black with #EDE123

Text Example


Text Example

White with #EDE123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE123; }

 p { color: rgb(237,225,35); }

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

background-color css

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

 a { background-color: rgb(237,225,35); }

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

border-color css

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

 span { border-color: rgb(237,225,35); }

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