Html Css Color HEX #EEE100 Golden Yellow

📋 copy color: '#EEE100'

red 238 ◦ green 225 ◦ blue 0

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

Shades of Golden Yellow #EEE100

Tints of Golden Yellow #EEE100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.4%
G = 48.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEE100 (or 0xEEE100) is known color: Golden Yellow. HEX triplet: EE, E1 and 00. RGB value is (238,225,0). Sum of RGB (Red+Green+Blue) = 238+225+0=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE100 is #111EFF. Grayscale: #CCCCCC. Windows color (decimal): -1122048 or 57838. OLE color: 57838.

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

Color convert

RGB 238 225 0 -
CMYK 0 0.05 1 0.07
HSL 56.72º 1% 0.47% -
HSV(B) 56.72º 1% 0.93% -
XYZ 62.19 72.03 10.63 -
YUV 203.24 13.31 152.8 -
System Red Green Blue C M Y K H S L
Decimal 238 225 0 0 0.05 1 0.07 56.72 1 0.47
Hex EE E1 0 0 5 64 7 39 64 2F
Octal 356 341 0 0 5 144 7 71 144 57
Binary 11101110 11100001 0 0 101 1100100 111 111001 1100100 101111

Color Harmonies of #EEE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE100

Black with #EEE100

Text Example


Text Example

White with #EEE100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE100; }

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

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

background-color css

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

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

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

border-color css

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

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

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