Html Css Color HEX #EEDB23 Golden Fizz

📋 copy color: '#EEDB23'

red 238 ◦ green 219 ◦ blue 35

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

Shades of Golden Fizz #EEDB23

Tints of Golden Fizz #EEDB23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.11%

R = 48.37%
G = 44.51%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEDB23 (or 0xEEDB23) is known color: Golden Fizz. HEX triplet: EE, DB and 23. RGB value is (238,219,35). Sum of RGB (Red+Green+Blue) = 238+219+35=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 35 (14.06% from 255 or 7.11% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB23 is #1124DC. Grayscale: #CCCCCC. Windows color (decimal): -1123549 or 2350062. OLE color: 2350062.

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

Color convert

RGB 238 219 35 -
CMYK 0 0.08 0.85 0.07
HSL 54.38º 0.86% 0.54% -
HSV(B) 54.38º 0.85% 0.93% -
XYZ 60.89 68.96 11.69 -
YUV 203.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 238 219 35 0 0.08 0.85 0.07 54.38 0.86 0.54
Hex EE DB 23 0 8 55 7 36 56 36
Octal 356 333 43 0 10 125 7 66 126 66
Binary 11101110 11011011 100011 0 1000 1010101 111 110110 1010110 110110

Color Harmonies of #EEDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB23

Black with #EEDB23

Text Example


Text Example

White with #EEDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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