Html Css Color HEX #EEDE23 Golden Fizz

📋 copy color: '#EEDE23'

red 238 ◦ green 222 ◦ blue 35

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

Shades of Golden Fizz #EEDE23

Tints of Golden Fizz #EEDE23

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

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

R = 48.08%
G = 44.85%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EEDE23 (or 0xEEDE23) is known color: Golden Fizz. HEX triplet: EE, DE and 23. RGB value is (238,222,35). Sum of RGB (Red+Green+Blue) = 238+222+35=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE23 is #1121DC. Grayscale: #CECECE. Windows color (decimal): -1122781 or 2350830. OLE color: 2350830.

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

Color convert

RGB 238 222 35 -
CMYK 0 0.07 0.85 0.07
HSL 55.27º 0.86% 0.54% -
HSV(B) 55.27º 0.85% 0.93% -
XYZ 61.68 70.54 11.95 -
YUV 205.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 238 222 35 0 0.07 0.85 0.07 55.27 0.86 0.54
Hex EE DE 23 0 7 55 7 37 56 36
Octal 356 336 43 0 7 125 7 67 126 66
Binary 11101110 11011110 100011 0 111 1010101 111 110111 1010110 110110

Color Harmonies of #EEDE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE23

Black with #EEDE23

Text Example


Text Example

White with #EEDE23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE23; }

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

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

background-color css

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

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

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

border-color css

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

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

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