Html Css Color HEX #EDE832 Golden Fizz

📋 copy color: '#EDE832'

red 237 ◦ green 232 ◦ blue 50

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

Shades of Golden Fizz #EDE832

Tints of Golden Fizz #EDE832

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.7%

 BLUE value IS 50 (19.92% from 255) = 9.63%

R = 45.66%
G = 44.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDE832 (or 0xEDE832) is known color: Golden Fizz. HEX triplet: ED, E8 and 32. RGB value is (237,232,50). Sum of RGB (Red+Green+Blue) = 237+232+50=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE832 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE832 is #1217CD. Grayscale: #D5D5D5. Windows color (decimal): -1185742 or 3336429. OLE color: 3336429.

HSL color Cylindrical-coordinate representation of color #EDE832: hue angle of 58.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDE832 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 232 50 -
CMYK 0 0.02 0.79 0.07
HSL 58.4º 0.84% 0.56% -
HSV(B) 58.4º 0.79% 0.93% -
XYZ 64.36 75.95 14.29 -
YUV 212.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 237 232 50 0 0.02 0.79 0.07 58.4 0.84 0.56
Hex ED E8 32 0 2 4F 7 3A 54 38
Octal 355 350 62 0 2 117 7 72 124 70
Binary 11101101 11101000 110010 0 10 1001111 111 111010 1010100 111000

Color Harmonies of #EDE832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE832

Black with #EDE832

Text Example


Text Example

White with #EDE832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE832; }

 p { color: rgb(237,232,50); }

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

background-color css

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

 a { background-color: rgb(237,232,50); }

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

border-color css

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

 span { border-color: rgb(237,232,50); }

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