Html Css Color HEX #EEE131 Golden Fizz

📋 copy color: '#EEE131'

red 238 ◦ green 225 ◦ blue 49

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

Shades of Golden Fizz #EEE131

Tints of Golden Fizz #EEE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.57%

R = 46.48%
G = 43.95%
B = 9.57%

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

#EEE131 (or 0xEEE131) is known color: Golden Fizz. HEX triplet: EE, E1 and 31. RGB value is (238,225,49). Sum of RGB (Red+Green+Blue) = 238+225+49=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE131 is #111ECE. Grayscale: #D1D1D1. Windows color (decimal): -1121999 or 3269102. OLE color: 3269102.

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

Color convert

RGB 238 225 49 -
CMYK 0 0.05 0.79 0.07
HSL 55.87º 0.85% 0.56% -
HSV(B) 55.87º 0.79% 0.93% -
XYZ 62.74 72.25 13.54 -
YUV 208.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 238 225 49 0 0.05 0.79 0.07 55.87 0.85 0.56
Hex EE E1 31 0 5 4F 7 38 55 38
Octal 356 341 61 0 5 117 7 70 125 70
Binary 11101110 11100001 110001 0 101 1001111 111 111000 1010101 111000

Color Harmonies of #EEE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE131

Black with #EEE131

Text Example


Text Example

White with #EEE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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