Html Css Color HEX #EDD930 Golden Fizz

📋 copy color: '#EDD930'

red 237 ◦ green 217 ◦ blue 48

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

Shades of Golden Fizz #EDD930

Tints of Golden Fizz #EDD930

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

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

R = 47.21%
G = 43.23%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD930 (or 0xEDD930) is known color: Golden Fizz. HEX triplet: ED, D9 and 30. RGB value is (237,217,48). Sum of RGB (Red+Green+Blue) = 237+217+48=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD930 is #1226CF. Grayscale: #CCCCCC. Windows color (decimal): -1189584 or 3201517. OLE color: 3201517.

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

Color convert

RGB 237 217 48 -
CMYK 0 0.08 0.80 0.07
HSL 53.65º 0.84% 0.56% -
HSV(B) 53.65º 0.8% 0.93% -
XYZ 60.27 67.84 12.71 -
YUV 203.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 237 217 48 0 0.08 0.80 0.07 53.65 0.84 0.56
Hex ED D9 30 0 8 50 7 36 54 38
Octal 355 331 60 0 10 120 7 66 124 70
Binary 11101101 11011001 110000 0 1000 1010000 111 110110 1010100 111000

Color Harmonies of #EDD930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD930

Black with #EDD930

Text Example


Text Example

White with #EDD930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD930; }

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

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

background-color css

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

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

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

border-color css

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

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

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