Html Css Color HEX #EEE400 Golden Yellow

📋 copy color: '#EEE400'

red 238 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #EEE400

Tints of Golden Yellow #EEE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

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

R = 51.07%
G = 48.93%
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

#EEE400 (or 0xEEE400) is known color: Golden Yellow. HEX triplet: EE, E4 and 00. RGB value is (238,228,0). Sum of RGB (Red+Green+Blue) = 238+228+0=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 0 (0.39% from 255 or 0% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE400 is #111BFF. Grayscale: #CDCDCD. Windows color (decimal): -1121280 or 58606. OLE color: 58606.

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

Color convert

RGB 238 228 0 -
CMYK 0 0.04 1 0.07
HSL 57.48º 1% 0.47% -
HSV(B) 57.48º 1% 0.93% -
XYZ 63 73.66 10.9 -
YUV 205 12.31 151.54 -
System Red Green Blue C M Y K H S L
Decimal 238 228 0 0 0.04 1 0.07 57.48 1 0.47
Hex EE E4 0 0 4 64 7 39 64 2F
Octal 356 344 0 0 4 144 7 71 144 57
Binary 11101110 11100100 0 0 100 1100100 111 111001 1100100 101111

Color Harmonies of #EEE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE400

Black with #EEE400

Text Example


Text Example

White with #EEE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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