Html Css Color HEX #EEDB34 Golden Fizz

📋 copy color: '#EEDB34'

red 238 ◦ green 219 ◦ blue 52

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

Shades of Golden Fizz #EEDB34

Tints of Golden Fizz #EEDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.22%

R = 46.76%
G = 43.03%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EEDB34 (or 0xEEDB34) is known color: Golden Fizz. HEX triplet: EE, DB and 34. RGB value is (238,219,52). Sum of RGB (Red+Green+Blue) = 238+219+52=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDB34 is #1124CB. Grayscale: #CECECE. Windows color (decimal): -1123532 or 3464174. OLE color: 3464174.

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

Color convert

RGB 238 219 52 -
CMYK 0 0.08 0.78 0.07
HSL 53.87º 0.85% 0.57% -
HSV(B) 53.87º 0.78% 0.93% -
XYZ 61.21 69.09 13.36 -
YUV 205.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 238 219 52 0 0.08 0.78 0.07 53.87 0.85 0.57
Hex EE DB 34 0 8 4E 7 36 55 39
Octal 356 333 64 0 10 116 7 66 125 71
Binary 11101110 11011011 110100 0 1000 1001110 111 110110 1010101 111001

Color Harmonies of #EEDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB34

Black with #EEDB34

Text Example


Text Example

White with #EEDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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