Html Css Color HEX #EDD636 Golden Fizz

📋 copy color: '#EDD636'

red 237 ◦ green 214 ◦ blue 54

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

Shades of Golden Fizz #EDD636

Tints of Golden Fizz #EDD636

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 46.93%
G = 42.38%
B = 10.69%

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

#EDD636 (or 0xEDD636) is known color: Golden Fizz. HEX triplet: ED, D6 and 36. RGB value is (237,214,54). Sum of RGB (Red+Green+Blue) = 237+214+54=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 54 (21.48% from 255 or 10.69% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD636 is #1229C9. Grayscale: #CBCBCB. Windows color (decimal): -1190346 or 3593965. OLE color: 3593965.

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

Color convert

RGB 237 214 54 -
CMYK 0 0.10 0.77 0.07
HSL 52.46º 0.84% 0.57% -
HSV(B) 52.46º 0.77% 0.93% -
XYZ 59.64 66.36 13.16 -
YUV 202.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 237 214 54 0 0.10 0.77 0.07 52.46 0.84 0.57
Hex ED D6 36 0 A 4D 7 34 54 39
Octal 355 326 66 0 12 115 7 64 124 71
Binary 11101101 11010110 110110 0 1010 1001101 111 110100 1010100 111001

Color Harmonies of #EDD636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD636

Black with #EDD636

Text Example


Text Example

White with #EDD636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD636; }

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

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

background-color css

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

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

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

border-color css

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

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

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