Html Css Color HEX #EDD938 Golden Fizz

📋 copy color: '#EDD938'

red 237 ◦ green 217 ◦ blue 56

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

Shades of Golden Fizz #EDD938

Tints of Golden Fizz #EDD938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.98%

R = 46.47%
G = 42.55%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDD938 (or 0xEDD938) is known color: Golden Fizz. HEX triplet: ED, D9 and 38. RGB value is (237,217,56). Sum of RGB (Red+Green+Blue) = 237+217+56=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 56 (22.27% from 255 or 10.98% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD938 is #1226C7. Grayscale: #CDCDCD. Windows color (decimal): -1189576 or 3725805. OLE color: 3725805.

HSL color Cylindrical-coordinate representation of color #EDD938: hue angle of 53.37º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD938 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 56 -
CMYK 0 0.08 0.76 0.07
HSL 53.37º 0.83% 0.57% -
HSV(B) 53.37º 0.76% 0.93% -
XYZ 60.45 67.92 13.66 -
YUV 204.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 237 217 56 0 0.08 0.76 0.07 53.37 0.83 0.57
Hex ED D9 38 0 8 4C 7 35 53 39
Octal 355 331 70 0 10 114 7 65 123 71
Binary 11101101 11011001 111000 0 1000 1001100 111 110101 1010011 111001

Color Harmonies of #EDD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD938

Black with #EDD938

Text Example


Text Example

White with #EDD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD938; }

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

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

background-color css

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

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

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

border-color css

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

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

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