Html Css Color HEX #EEE800 Golden Yellow

📋 copy color: '#EEE800'

red 238 ◦ green 232 ◦ blue 0

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

Shades of Golden Yellow #EEE800

Tints of Golden Yellow #EEE800

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

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

R = 50.64%
G = 49.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEE800 (or 0xEEE800) is known color: Golden Yellow. HEX triplet: EE, E8 and 00. RGB value is (238,232,0). Sum of RGB (Red+Green+Blue) = 238+232+0=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEE800 is #1117FF. Grayscale: #D0D0D0. Windows color (decimal): -1120256 or 59630. OLE color: 59630.

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

Color convert

RGB 238 232 0 -
CMYK 0 0.03 1 0.07
HSL 58.49º 1% 0.47% -
HSV(B) 58.49º 1% 0.93% -
XYZ 64.12 75.89 11.27 -
YUV 207.35 10.99 149.86 -
System Red Green Blue C M Y K H S L
Decimal 238 232 0 0 0.03 1 0.07 58.49 1 0.47
Hex EE E8 0 0 3 64 7 3A 64 2F
Octal 356 350 0 0 3 144 7 72 144 57
Binary 11101110 11101000 0 0 11 1100100 111 111010 1100100 101111

Color Harmonies of #EEE800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE800

Black with #EEE800

Text Example


Text Example

White with #EEE800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE800; }

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

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

background-color css

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

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

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

border-color css

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

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

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