Html Css Color HEX #EDE724 Golden Fizz

📋 copy color: '#EDE724'

red 237 ◦ green 231 ◦ blue 36

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

Shades of Golden Fizz #EDE724

Tints of Golden Fizz #EDE724

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.83%

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

R = 47.02%
G = 45.83%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDE724 (or 0xEDE724) is known color: Golden Fizz. HEX triplet: ED, E7 and 24. RGB value is (237,231,36). Sum of RGB (Red+Green+Blue) = 237+231+36=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE724 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE724 is #1218DB. Grayscale: #D3D3D3. Windows color (decimal): -1186012 or 2418669. OLE color: 2418669.

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

Color convert

RGB 237 231 36 -
CMYK 0 0.03 0.85 0.07
HSL 58.21º 0.85% 0.54% -
HSV(B) 58.21º 0.85% 0.93% -
XYZ 63.82 75.28 12.84 -
YUV 210.56 29.49 146.86 -
System Red Green Blue C M Y K H S L
Decimal 237 231 36 0 0.03 0.85 0.07 58.21 0.85 0.54
Hex ED E7 24 0 3 55 7 3A 55 36
Octal 355 347 44 0 3 125 7 72 125 66
Binary 11101101 11100111 100100 0 11 1010101 111 111010 1010101 110110

Color Harmonies of #EDE724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE724

Black with #EDE724

Text Example


Text Example

White with #EDE724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE724; }

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

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

background-color css

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

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

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

border-color css

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

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

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