Html Css Color HEX #EDD637 Golden Fizz

📋 copy color: '#EDD637'

red 237 ◦ green 214 ◦ blue 55

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

Shades of Golden Fizz #EDD637

Tints of Golden Fizz #EDD637

RGB

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

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

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

R = 46.84%
G = 42.29%
B = 10.87%

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

#EDD637 (or 0xEDD637) is known color: Golden Fizz. HEX triplet: ED, D6 and 37. RGB value is (237,214,55). Sum of RGB (Red+Green+Blue) = 237+214+55=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 55 (21.88% from 255 or 10.87% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD637 is #1229C8. Grayscale: #CBCBCB. Windows color (decimal): -1190345 or 3659501. OLE color: 3659501.

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

Color convert

RGB 237 214 55 -
CMYK 0 0.10 0.77 0.07
HSL 52.42º 0.83% 0.57% -
HSV(B) 52.42º 0.77% 0.93% -
XYZ 59.66 66.37 13.28 -
YUV 202.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 237 214 55 0 0.10 0.77 0.07 52.42 0.83 0.57
Hex ED D6 37 0 A 4D 7 34 53 39
Octal 355 326 67 0 12 115 7 64 123 71
Binary 11101101 11010110 110111 0 1010 1001101 111 110100 1010011 111001

Color Harmonies of #EDD637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD637

Black with #EDD637

Text Example


Text Example

White with #EDD637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD637; }

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

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

background-color css

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

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

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

border-color css

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

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

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