Html Css Color HEX #EED631 Golden Fizz

📋 copy color: '#EED631'

red 238 ◦ green 214 ◦ blue 49

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

Shades of Golden Fizz #EED631

Tints of Golden Fizz #EED631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.78%

R = 47.5%
G = 42.71%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED631 (or 0xEED631) is known color: Golden Fizz. HEX triplet: EE, D6 and 31. RGB value is (238,214,49). Sum of RGB (Red+Green+Blue) = 238+214+49=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED631 is #1129CE. Grayscale: #CBCBCB. Windows color (decimal): -1124815 or 3266286. OLE color: 3266286.

HSL color Cylindrical-coordinate representation of color #EED631: hue angle of 52.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EED631 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 49 -
CMYK 0 0.10 0.79 0.07
HSL 52.38º 0.85% 0.56% -
HSV(B) 52.38º 0.79% 0.93% -
XYZ 59.86 66.49 12.58 -
YUV 202.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 238 214 49 0 0.10 0.79 0.07 52.38 0.85 0.56
Hex EE D6 31 0 A 4F 7 34 55 38
Octal 356 326 61 0 12 117 7 64 125 70
Binary 11101110 11010110 110001 0 1010 1001111 111 110100 1010101 111000

Color Harmonies of #EED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED631

Black with #EED631

Text Example


Text Example

White with #EED631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED631; }

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

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

background-color css

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

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

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

border-color css

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

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

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