Html Css Color HEX #EDE930 Golden Fizz

📋 copy color: '#EDE930'

red 237 ◦ green 233 ◦ blue 48

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

Shades of Golden Fizz #EDE930

Tints of Golden Fizz #EDE930

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.98%

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

R = 45.75%
G = 44.98%
B = 9.27%

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

#EDE930 (or 0xEDE930) is known color: Golden Fizz. HEX triplet: ED, E9 and 30. RGB value is (237,233,48). Sum of RGB (Red+Green+Blue) = 237+233+48=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 48 (19.14% from 255 or 9.27% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE930 is #1216CF. Grayscale: #D5D5D5. Windows color (decimal): -1185488 or 3205613. OLE color: 3205613.

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

Color convert

RGB 237 233 48 -
CMYK 0 0.02 0.80 0.07
HSL 58.73º 0.84% 0.56% -
HSV(B) 58.73º 0.8% 0.93% -
XYZ 64.6 76.5 14.16 -
YUV 213.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 237 233 48 0 0.02 0.80 0.07 58.73 0.84 0.56
Hex ED E9 30 0 2 50 7 3B 54 38
Octal 355 351 60 0 2 120 7 73 124 70
Binary 11101101 11101001 110000 0 10 1010000 111 111011 1010100 111000

Color Harmonies of #EDE930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE930

Black with #EDE930

Text Example


Text Example

White with #EDE930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE930; }

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

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

background-color css

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

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

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

border-color css

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

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

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