Html Css Color HEX #EEE125 Golden Fizz

📋 copy color: '#EEE125'

red 238 ◦ green 225 ◦ blue 37

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

Shades of Golden Fizz #EEE125

Tints of Golden Fizz #EEE125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.4%

R = 47.6%
G = 45%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEE125 (or 0xEEE125) is known color: Golden Fizz. HEX triplet: EE, E1 and 25. RGB value is (238,225,37). Sum of RGB (Red+Green+Blue) = 238+225+37=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 37 (14.84% from 255 or 7.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE125 is #111EDA. Grayscale: #D0D0D0. Windows color (decimal): -1122011 or 2482670. OLE color: 2482670.

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

Color convert

RGB 238 225 37 -
CMYK 0 0.05 0.84 0.07
HSL 56.12º 0.86% 0.54% -
HSV(B) 56.12º 0.84% 0.93% -
XYZ 62.52 72.16 12.38 -
YUV 207.46 31.81 149.79 -
System Red Green Blue C M Y K H S L
Decimal 238 225 37 0 0.05 0.84 0.07 56.12 0.86 0.54
Hex EE E1 25 0 5 54 7 38 56 36
Octal 356 341 45 0 5 124 7 70 126 66
Binary 11101110 11100001 100101 0 101 1010100 111 111000 1010110 110110

Color Harmonies of #EEE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE125

Black with #EEE125

Text Example


Text Example

White with #EEE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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