Html Css Color HEX #EDE830 Golden Fizz

📋 copy color: '#EDE830'

red 237 ◦ green 232 ◦ blue 48

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

Shades of Golden Fizz #EDE830

Tints of Golden Fizz #EDE830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.28%

R = 45.84%
G = 44.87%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDE830 (or 0xEDE830) is known color: Golden Fizz. HEX triplet: ED, E8 and 30. RGB value is (237,232,48). Sum of RGB (Red+Green+Blue) = 237+232+48=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 232 (91.02% from 255 or 44.87% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE830 is #1217CF. Grayscale: #D5D5D5. Windows color (decimal): -1185744 or 3205357. OLE color: 3205357.

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

Color convert

RGB 237 232 48 -
CMYK 0 0.02 0.80 0.07
HSL 58.41º 0.84% 0.56% -
HSV(B) 58.41º 0.8% 0.93% -
XYZ 64.32 75.93 14.06 -
YUV 212.52 35.16 145.46 -
System Red Green Blue C M Y K H S L
Decimal 237 232 48 0 0.02 0.80 0.07 58.41 0.84 0.56
Hex ED E8 30 0 2 50 7 3A 54 38
Octal 355 350 60 0 2 120 7 72 124 70
Binary 11101101 11101000 110000 0 10 1010000 111 111010 1010100 111000

Color Harmonies of #EDE830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE830

Black with #EDE830

Text Example


Text Example

White with #EDE830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE830; }

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

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

background-color css

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

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

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

border-color css

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

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

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