Html Css Color HEX #EEED3A Golden Fizz

📋 copy color: '#EEED3A'

red 238 ◦ green 237 ◦ blue 58

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

Shades of Golden Fizz #EEED3A

Tints of Golden Fizz #EEED3A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

 BLUE value IS 58 (23.05% from 255) = 10.88%

R = 44.65%
G = 44.47%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEED3A (or 0xEEED3A) is known color: Golden Fizz. HEX triplet: EE, ED and 3A. RGB value is (238,237,58). Sum of RGB (Red+Green+Blue) = 238+237+58=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 58 (23.05% from 255 or 10.88% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEED3A is #1112C5. Grayscale: #D9D9D9. Windows color (decimal): -1118918 or 3861998. OLE color: 3861998.

HSL color Cylindrical-coordinate representation of color #EEED3A: hue angle of 59.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEED3A is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 58 -
CMYK 0 0.00 0.76 0.07
HSL 59.67º 0.84% 0.58% -
HSV(B) 59.67º 0.76% 0.93% -
XYZ 66.31 79.05 15.77 -
YUV 216.89 38.33 143.05 -
System Red Green Blue C M Y K H S L
Decimal 238 237 58 0 0.00 0.76 0.07 59.67 0.84 0.58
Hex EE ED 3A 0 0 4C 7 3C 54 3A
Octal 356 355 72 0 0 114 7 74 124 72
Binary 11101110 11101101 111010 0 0 1001100 111 111100 1010100 111010

Color Harmonies of #EEED3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED3A

Black with #EEED3A

Text Example


Text Example

White with #EEED3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED3A; }

 p { color: rgb(238,237,58); }

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

background-color css

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

 a { background-color: rgb(238,237,58); }

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

border-color css

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

 span { border-color: rgb(238,237,58); }

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