Html Css Color HEX #EDE223 Golden Fizz

📋 copy color: '#EDE223'

red 237 ◦ green 226 ◦ blue 35

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

Shades of Golden Fizz #EDE223

Tints of Golden Fizz #EDE223

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.38%

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

R = 47.59%
G = 45.38%
B = 7.03%

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

#EDE223 (or 0xEDE223) is known color: Golden Fizz. HEX triplet: ED, E2 and 23. RGB value is (237,226,35). Sum of RGB (Red+Green+Blue) = 237+226+35=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE223 is #121DDC. Grayscale: #D0D0D0. Windows color (decimal): -1187293 or 2351853. OLE color: 2351853.

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

Color convert

RGB 237 226 35 -
CMYK 0 0.05 0.85 0.07
HSL 56.73º 0.85% 0.53% -
HSV(B) 56.73º 0.85% 0.93% -
XYZ 62.42 72.52 12.3 -
YUV 207.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 237 226 35 0 0.05 0.85 0.07 56.73 0.85 0.53
Hex ED E2 23 0 5 55 7 39 55 35
Octal 355 342 43 0 5 125 7 71 125 65
Binary 11101101 11100010 100011 0 101 1010101 111 111001 1010101 110101

Color Harmonies of #EDE223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE223

Black with #EDE223

Text Example


Text Example

White with #EDE223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE223; }

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

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

background-color css

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

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

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

border-color css

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

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

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