Html Css Color HEX #EDD736 Golden Fizz

📋 copy color: '#EDD736'

red 237 ◦ green 215 ◦ blue 54

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

Shades of Golden Fizz #EDD736

Tints of Golden Fizz #EDD736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.67%

R = 46.84%
G = 42.49%
B = 10.67%

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

#EDD736 (or 0xEDD736) is known color: Golden Fizz. HEX triplet: ED, D7 and 36. RGB value is (237,215,54). Sum of RGB (Red+Green+Blue) = 237+215+54=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 54 (21.48% from 255 or 10.67% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD736 is #1228C9. Grayscale: #CBCBCB. Windows color (decimal): -1190090 or 3594221. OLE color: 3594221.

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

Color convert

RGB 237 215 54 -
CMYK 0 0.09 0.77 0.07
HSL 52.79º 0.84% 0.57% -
HSV(B) 52.79º 0.77% 0.93% -
XYZ 59.89 66.87 13.24 -
YUV 203.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 237 215 54 0 0.09 0.77 0.07 52.79 0.84 0.57
Hex ED D7 36 0 9 4D 7 35 54 39
Octal 355 327 66 0 11 115 7 65 124 71
Binary 11101101 11010111 110110 0 1001 1001101 111 110101 1010100 111001

Color Harmonies of #EDD736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD736

Black with #EDD736

Text Example


Text Example

White with #EDD736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD736; }

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

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

background-color css

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

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

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

border-color css

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

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

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