Html Css Color HEX #EEE132 Golden Fizz

📋 copy color: '#EEE132'

red 238 ◦ green 225 ◦ blue 50

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

Shades of Golden Fizz #EEE132

Tints of Golden Fizz #EEE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 50 (19.92% from 255) = 9.75%

R = 46.39%
G = 43.86%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEE132 (or 0xEEE132) is known color: Golden Fizz. HEX triplet: EE, E1 and 32. RGB value is (238,225,50). Sum of RGB (Red+Green+Blue) = 238+225+50=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE132 is #111ECD. Grayscale: #D1D1D1. Windows color (decimal): -1121998 or 3334638. OLE color: 3334638.

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

Color convert

RGB 238 225 50 -
CMYK 0 0.05 0.79 0.07
HSL 55.85º 0.85% 0.56% -
HSV(B) 55.85º 0.79% 0.93% -
XYZ 62.76 72.26 13.66 -
YUV 208.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 238 225 50 0 0.05 0.79 0.07 55.85 0.85 0.56
Hex EE E1 32 0 5 4F 7 38 55 38
Octal 356 341 62 0 5 117 7 70 125 70
Binary 11101110 11100001 110010 0 101 1001111 111 111000 1010101 111000

Color Harmonies of #EEE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE132

Black with #EEE132

Text Example


Text Example

White with #EEE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE132; }

 p { color: rgb(238,225,50); }

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

background-color css

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

 a { background-color: rgb(238,225,50); }

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

border-color css

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

 span { border-color: rgb(238,225,50); }

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