Html Css Color HEX #EDD536 Golden Fizz

📋 copy color: '#EDD536'

red 237 ◦ green 213 ◦ blue 54

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

Shades of Golden Fizz #EDD536

Tints of Golden Fizz #EDD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 47.02%
G = 42.26%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD536 (or 0xEDD536) is known color: Golden Fizz. HEX triplet: ED, D5 and 36. RGB value is (237,213,54). Sum of RGB (Red+Green+Blue) = 237+213+54=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD536 is #122AC9. Grayscale: #CACACA. Windows color (decimal): -1190602 or 3593709. OLE color: 3593709.

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

Color convert

RGB 237 213 54 -
CMYK 0 0.10 0.77 0.07
HSL 52.13º 0.84% 0.57% -
HSV(B) 52.13º 0.77% 0.93% -
XYZ 59.39 65.86 13.07 -
YUV 202.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 237 213 54 0 0.10 0.77 0.07 52.13 0.84 0.57
Hex ED D5 36 0 A 4D 7 34 54 39
Octal 355 325 66 0 12 115 7 64 124 71
Binary 11101101 11010101 110110 0 1010 1001101 111 110100 1010100 111001

Color Harmonies of #EDD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD536

Black with #EDD536

Text Example


Text Example

White with #EDD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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