Html Css Color HEX #EED62C Golden Fizz

📋 copy color: '#EED62C'

red 238 ◦ green 214 ◦ blue 44

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

Shades of Golden Fizz #EED62C

Tints of Golden Fizz #EED62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.87%

R = 47.98%
G = 43.15%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EED62C (or 0xEED62C) is known color: Golden Fizz. HEX triplet: EE, D6 and 2C. RGB value is (238,214,44). Sum of RGB (Red+Green+Blue) = 238+214+44=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EED62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED62C is #1129D3. Grayscale: #CACACA. Windows color (decimal): -1124820 or 2938606. OLE color: 2938606.

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

Color convert

RGB 238 214 44 -
CMYK 0 0.10 0.82 0.07
HSL 52.58º 0.85% 0.55% -
HSV(B) 52.58º 0.82% 0.93% -
XYZ 59.76 66.45 12.06 -
YUV 201.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 238 214 44 0 0.10 0.82 0.07 52.58 0.85 0.55
Hex EE D6 2C 0 A 52 7 35 55 37
Octal 356 326 54 0 12 122 7 65 125 67
Binary 11101110 11010110 101100 0 1010 1010010 111 110101 1010101 110111

Color Harmonies of #EED62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED62C

Black with #EED62C

Text Example


Text Example

White with #EED62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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