Html Css Color HEX #EDE024 Golden Fizz

📋 copy color: '#EDE024'

red 237 ◦ green 224 ◦ blue 36

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

Shades of Golden Fizz #EDE024

Tints of Golden Fizz #EDE024

RGB

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

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

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

R = 47.69%
G = 45.07%
B = 7.24%

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

#EDE024 (or 0xEDE024) is known color: Golden Fizz. HEX triplet: ED, E0 and 24. RGB value is (237,224,36). Sum of RGB (Red+Green+Blue) = 237+224+36=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE024 is #121FDB. Grayscale: #CFCFCF. Windows color (decimal): -1187804 or 2416877. OLE color: 2416877.

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

Color convert

RGB 237 224 36 -
CMYK 0 0.05 0.85 0.07
HSL 56.12º 0.85% 0.54% -
HSV(B) 56.12º 0.85% 0.93% -
XYZ 61.9 71.44 12.2 -
YUV 206.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 237 224 36 0 0.05 0.85 0.07 56.12 0.85 0.54
Hex ED E0 24 0 5 55 7 38 55 36
Octal 355 340 44 0 5 125 7 70 125 66
Binary 11101101 11100000 100100 0 101 1010101 111 111000 1010101 110110

Color Harmonies of #EDE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE024

Black with #EDE024

Text Example


Text Example

White with #EDE024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE024; }

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

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

background-color css

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

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

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

border-color css

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

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

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