Html Css Color HEX #EDD830 Golden Fizz

📋 copy color: '#EDD830'

red 237 ◦ green 216 ◦ blue 48

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

Shades of Golden Fizz #EDD830

Tints of Golden Fizz #EDD830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.11%

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

R = 47.31%
G = 43.11%
B = 9.58%

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

#EDD830 (or 0xEDD830) is known color: Golden Fizz. HEX triplet: ED, D8 and 30. RGB value is (237,216,48). Sum of RGB (Red+Green+Blue) = 237+216+48=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD830 is #1227CF. Grayscale: #CBCBCB. Windows color (decimal): -1189840 or 3201261. OLE color: 3201261.

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

Color convert

RGB 237 216 48 -
CMYK 0 0.09 0.80 0.07
HSL 53.33º 0.84% 0.56% -
HSV(B) 53.33º 0.8% 0.93% -
XYZ 60.01 67.33 12.63 -
YUV 203.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 237 216 48 0 0.09 0.80 0.07 53.33 0.84 0.56
Hex ED D8 30 0 9 50 7 35 54 38
Octal 355 330 60 0 11 120 7 65 124 70
Binary 11101101 11011000 110000 0 1001 1010000 111 110101 1010100 111000

Color Harmonies of #EDD830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD830

Black with #EDD830

Text Example


Text Example

White with #EDD830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD830; }

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

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

background-color css

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

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

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

border-color css

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

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

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