Html Css Color HEX #EEDA26 Golden Fizz

📋 copy color: '#EEDA26'

red 238 ◦ green 218 ◦ blue 38

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

Shades of Golden Fizz #EEDA26

Tints of Golden Fizz #EEDA26

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 38 (15.23% from 255) = 7.69%

R = 48.18%
G = 44.13%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEDA26 (or 0xEEDA26) is known color: Golden Fizz. HEX triplet: EE, DA and 26. RGB value is (238,218,38). Sum of RGB (Red+Green+Blue) = 238+218+38=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 38 (15.23% from 255 or 7.69% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA26 is #1125D9. Grayscale: #CCCCCC. Windows color (decimal): -1123802 or 2546414. OLE color: 2546414.

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

Color convert

RGB 238 218 38 -
CMYK 0 0.08 0.84 0.07
HSL 54º 0.85% 0.54% -
HSV(B) 54º 0.84% 0.93% -
XYZ 60.68 68.46 11.85 -
YUV 203.46 34.63 152.64 -
System Red Green Blue C M Y K H S L
Decimal 238 218 38 0 0.08 0.84 0.07 54 0.85 0.54
Hex EE DA 26 0 8 54 7 36 55 36
Octal 356 332 46 0 10 124 7 66 125 66
Binary 11101110 11011010 100110 0 1000 1010100 111 110110 1010101 110110

Color Harmonies of #EEDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA26

Black with #EEDA26

Text Example


Text Example

White with #EEDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA26; }

 p { color: rgb(238,218,38); }

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

background-color css

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

 a { background-color: rgb(238,218,38); }

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

border-color css

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

 span { border-color: rgb(238,218,38); }

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