Html Css Color HEX #EED637 Golden Fizz

📋 copy color: '#EED637'

red 238 ◦ green 214 ◦ blue 55

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

Shades of Golden Fizz #EED637

Tints of Golden Fizz #EED637

RGB

 RED value IS 238 (93.36% from 255) = 46.94%

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

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

R = 46.94%
G = 42.21%
B = 10.85%

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

#EED637 (or 0xEED637) is known color: Golden Fizz. HEX triplet: EE, D6 and 37. RGB value is (238,214,55). Sum of RGB (Red+Green+Blue) = 238+214+55=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 55 (21.88% from 255 or 10.85% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED637 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED637 is #1129C8. Grayscale: #CBCBCB. Windows color (decimal): -1124809 or 3659502. OLE color: 3659502.

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

Color convert

RGB 238 214 55 -
CMYK 0 0.10 0.77 0.07
HSL 52.13º 0.84% 0.57% -
HSV(B) 52.13º 0.77% 0.93% -
XYZ 60 66.55 13.3 -
YUV 203.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 238 214 55 0 0.10 0.77 0.07 52.13 0.84 0.57
Hex EE D6 37 0 A 4D 7 34 54 39
Octal 356 326 67 0 12 115 7 64 124 71
Binary 11101110 11010110 110111 0 1010 1001101 111 110100 1010100 111001

Color Harmonies of #EED637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED637

Black with #EED637

Text Example


Text Example

White with #EED637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED637; }

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

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

background-color css

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

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

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

border-color css

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

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

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