Html Css Color HEX #EEE500 Golden Yellow

📋 copy color: '#EEE500'

red 238 ◦ green 229 ◦ blue 0

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

Shades of Golden Yellow #EEE500

Tints of Golden Yellow #EEE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.04%

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

R = 50.96%
G = 49.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEE500 (or 0xEEE500) is known color: Golden Yellow. HEX triplet: EE, E5 and 00. RGB value is (238,229,0). Sum of RGB (Red+Green+Blue) = 238+229+0=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE500 is #111AFF. Grayscale: #CECECE. Windows color (decimal): -1121024 or 58862. OLE color: 58862.

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

Color convert

RGB 238 229 0 -
CMYK 0 0.04 1 0.07
HSL 57.73º 1% 0.47% -
HSV(B) 57.73º 1% 0.93% -
XYZ 63.28 74.22 10.99 -
YUV 205.59 11.98 151.12 -
System Red Green Blue C M Y K H S L
Decimal 238 229 0 0 0.04 1 0.07 57.73 1 0.47
Hex EE E5 0 0 4 64 7 3A 64 2F
Octal 356 345 0 0 4 144 7 72 144 57
Binary 11101110 11100101 0 0 100 1100100 111 111010 1100100 101111

Color Harmonies of #EEE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE500

Black with #EEE500

Text Example


Text Example

White with #EEE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE500; }

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

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

background-color css

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

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

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

border-color css

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

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

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