Html Css Color HEX #EDE637 Golden Fizz

📋 copy color: '#EDE637'

red 237 ◦ green 230 ◦ blue 55

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

Shades of Golden Fizz #EDE637

Tints of Golden Fizz #EDE637

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.06%

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

R = 45.4%
G = 44.06%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDE637 (or 0xEDE637) is known color: Golden Fizz. HEX triplet: ED, E6 and 37. RGB value is (237,230,55). Sum of RGB (Red+Green+Blue) = 237+230+55=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 55 (21.88% from 255 or 10.54% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE637 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE637 is #1219C8. Grayscale: #D4D4D4. Windows color (decimal): -1186249 or 3663597. OLE color: 3663597.

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

Color convert

RGB 237 230 55 -
CMYK 0 0.03 0.77 0.07
HSL 57.69º 0.83% 0.57% -
HSV(B) 57.69º 0.77% 0.93% -
XYZ 63.91 74.87 14.7 -
YUV 212.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 237 230 55 0 0.03 0.77 0.07 57.69 0.83 0.57
Hex ED E6 37 0 3 4D 7 3A 53 39
Octal 355 346 67 0 3 115 7 72 123 71
Binary 11101101 11100110 110111 0 11 1001101 111 111010 1010011 111001

Color Harmonies of #EDE637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE637

Black with #EDE637

Text Example


Text Example

White with #EDE637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE637; }

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

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

background-color css

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

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

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

border-color css

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

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

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