Html Css Color HEX #EDD737 Golden Fizz

📋 copy color: '#EDD737'

red 237 ◦ green 215 ◦ blue 55

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

Shades of Golden Fizz #EDD737

Tints of Golden Fizz #EDD737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.85%

R = 46.75%
G = 42.41%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD737 (or 0xEDD737) is known color: Golden Fizz. HEX triplet: ED, D7 and 37. RGB value is (237,215,55). Sum of RGB (Red+Green+Blue) = 237+215+55=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD737 is #1228C8. Grayscale: #CCCCCC. Windows color (decimal): -1190089 or 3659757. OLE color: 3659757.

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

Color convert

RGB 237 215 55 -
CMYK 0 0.09 0.77 0.07
HSL 52.75º 0.83% 0.57% -
HSV(B) 52.75º 0.77% 0.93% -
XYZ 59.92 66.88 13.37 -
YUV 203.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 237 215 55 0 0.09 0.77 0.07 52.75 0.83 0.57
Hex ED D7 37 0 9 4D 7 35 53 39
Octal 355 327 67 0 11 115 7 65 123 71
Binary 11101101 11010111 110111 0 1001 1001101 111 110101 1010011 111001

Color Harmonies of #EDD737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD737

Black with #EDD737

Text Example


Text Example

White with #EDD737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD737; }

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

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

background-color css

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

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

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

border-color css

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

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

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