Html Css Color HEX #EDE224 Golden Fizz

📋 copy color: '#EDE224'

red 237 ◦ green 226 ◦ blue 36

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

Shades of Golden Fizz #EDE224

Tints of Golden Fizz #EDE224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.21%

R = 47.49%
G = 45.29%
B = 7.21%

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

#EDE224 (or 0xEDE224) is known color: Golden Fizz. HEX triplet: ED, E2 and 24. RGB value is (237,226,36). Sum of RGB (Red+Green+Blue) = 237+226+36=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 36 (14.45% from 255 or 7.21% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE224 is #121DDB. Grayscale: #D0D0D0. Windows color (decimal): -1187292 or 2417389. OLE color: 2417389.

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

Color convert

RGB 237 226 36 -
CMYK 0 0.05 0.85 0.07
HSL 56.72º 0.85% 0.54% -
HSV(B) 56.72º 0.85% 0.93% -
XYZ 62.44 72.52 12.38 -
YUV 207.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 237 226 36 0 0.05 0.85 0.07 56.72 0.85 0.54
Hex ED E2 24 0 5 55 7 39 55 36
Octal 355 342 44 0 5 125 7 71 125 66
Binary 11101101 11100010 100100 0 101 1010101 111 111001 1010101 110110

Color Harmonies of #EDE224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE224

Black with #EDE224

Text Example


Text Example

White with #EDE224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE224; }

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

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

background-color css

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

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

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

border-color css

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

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

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