Html Css Color HEX #EDE624 Golden Fizz

📋 copy color: '#EDE624'

red 237 ◦ green 230 ◦ blue 36

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

Shades of Golden Fizz #EDE624

Tints of Golden Fizz #EDE624

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.73%

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

R = 47.12%
G = 45.73%
B = 7.16%

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

#EDE624 (or 0xEDE624) is known color: Golden Fizz. HEX triplet: ED, E6 and 24. RGB value is (237,230,36). Sum of RGB (Red+Green+Blue) = 237+230+36=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE624 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE624 is #1219DB. Grayscale: #D2D2D2. Windows color (decimal): -1186268 or 2418413. OLE color: 2418413.

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

Color convert

RGB 237 230 36 -
CMYK 0 0.03 0.85 0.07
HSL 57.91º 0.85% 0.54% -
HSV(B) 57.91º 0.85% 0.93% -
XYZ 63.54 74.73 12.74 -
YUV 209.98 29.82 147.27 -
System Red Green Blue C M Y K H S L
Decimal 237 230 36 0 0.03 0.85 0.07 57.91 0.85 0.54
Hex ED E6 24 0 3 55 7 3A 55 36
Octal 355 346 44 0 3 125 7 72 125 66
Binary 11101101 11100110 100100 0 11 1010101 111 111010 1010101 110110

Color Harmonies of #EDE624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE624

Black with #EDE624

Text Example


Text Example

White with #EDE624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE624; }

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

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

background-color css

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

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

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

border-color css

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

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

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