Html Css Color HEX #EDD436 Golden Fizz

📋 copy color: '#EDD436'

red 237 ◦ green 212 ◦ blue 54

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

Shades of Golden Fizz #EDD436

Tints of Golden Fizz #EDD436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 47.12%
G = 42.15%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDD436 (or 0xEDD436) is known color: Golden Fizz. HEX triplet: ED, D4 and 36. RGB value is (237,212,54). Sum of RGB (Red+Green+Blue) = 237+212+54=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 54 (21.48% from 255 or 10.74% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD436 is #122BC9. Grayscale: #CACACA. Windows color (decimal): -1190858 or 3593453. OLE color: 3593453.

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

Color convert

RGB 237 212 54 -
CMYK 0 0.11 0.77 0.07
HSL 51.8º 0.84% 0.57% -
HSV(B) 51.8º 0.77% 0.93% -
XYZ 59.13 65.36 12.99 -
YUV 201.46 44.78 153.35 -
System Red Green Blue C M Y K H S L
Decimal 237 212 54 0 0.11 0.77 0.07 51.8 0.84 0.57
Hex ED D4 36 0 B 4D 7 34 54 39
Octal 355 324 66 0 13 115 7 64 124 71
Binary 11101101 11010100 110110 0 1011 1001101 111 110100 1010100 111001

Color Harmonies of #EDD436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD436

Black with #EDD436

Text Example


Text Example

White with #EDD436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD436; }

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

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

background-color css

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

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

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

border-color css

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

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

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