Html Css Color HEX #EDD730 Golden Fizz

📋 copy color: '#EDD730'

red 237 ◦ green 215 ◦ blue 48

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

Shades of Golden Fizz #EDD730

Tints of Golden Fizz #EDD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43%

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

R = 47.4%
G = 43%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD730 (or 0xEDD730) is known color: Golden Fizz. HEX triplet: ED, D7 and 30. RGB value is (237,215,48). Sum of RGB (Red+Green+Blue) = 237+215+48=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD730 is #1228CF. Grayscale: #CBCBCB. Windows color (decimal): -1190096 or 3201005. OLE color: 3201005.

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

Color convert

RGB 237 215 48 -
CMYK 0 0.09 0.80 0.07
HSL 53.02º 0.84% 0.56% -
HSV(B) 53.02º 0.8% 0.93% -
XYZ 59.76 66.82 12.54 -
YUV 202.54 40.79 152.58 -
System Red Green Blue C M Y K H S L
Decimal 237 215 48 0 0.09 0.80 0.07 53.02 0.84 0.56
Hex ED D7 30 0 9 50 7 35 54 38
Octal 355 327 60 0 11 120 7 65 124 70
Binary 11101101 11010111 110000 0 1001 1010000 111 110101 1010100 111000

Color Harmonies of #EDD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD730

Black with #EDD730

Text Example


Text Example

White with #EDD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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