Html Css Color HEX #EEDB26 Golden Fizz

📋 copy color: '#EEDB26'

red 238 ◦ green 219 ◦ blue 38

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

Shades of Golden Fizz #EEDB26

Tints of Golden Fizz #EEDB26

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

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

R = 48.08%
G = 44.24%
B = 7.68%

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

#EEDB26 (or 0xEEDB26) is known color: Golden Fizz. HEX triplet: EE, DB and 26. RGB value is (238,219,38). Sum of RGB (Red+Green+Blue) = 238+219+38=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB26 is #1124D9. Grayscale: #CCCCCC. Windows color (decimal): -1123546 or 2546670. OLE color: 2546670.

HSL color Cylindrical-coordinate representation of color #EEDB26: hue angle of 54.3º 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 #EEDB26 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 38 -
CMYK 0 0.08 0.84 0.07
HSL 54.3º 0.85% 0.54% -
HSV(B) 54.3º 0.84% 0.93% -
XYZ 60.94 68.98 11.94 -
YUV 204.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 238 219 38 0 0.08 0.84 0.07 54.3 0.85 0.54
Hex EE DB 26 0 8 54 7 36 55 36
Octal 356 333 46 0 10 124 7 66 125 66
Binary 11101110 11011011 100110 0 1000 1010100 111 110110 1010101 110110

Color Harmonies of #EEDB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB26

Black with #EEDB26

Text Example


Text Example

White with #EEDB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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