Html Css Color HEX #EEDE00 Golden Yellow

📋 copy color: '#EEDE00'

red 238 ◦ green 222 ◦ blue 0

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

Shades of Golden Yellow #EEDE00

Tints of Golden Yellow #EEDE00

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

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

R = 51.74%
G = 48.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEDE00 (or 0xEEDE00) is known color: Golden Yellow. HEX triplet: EE, DE and 00. RGB value is (238,222,0). Sum of RGB (Red+Green+Blue) = 238+222+0=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDE00 is #1121FF. Grayscale: #CACACA. Windows color (decimal): -1122816 or 57070. OLE color: 57070.

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

Color convert

RGB 238 222 0 -
CMYK 0 0.07 1 0.07
HSL 55.97º 1% 0.47% -
HSV(B) 55.97º 1% 0.93% -
XYZ 61.38 70.42 10.36 -
YUV 201.48 14.3 154.05 -
System Red Green Blue C M Y K H S L
Decimal 238 222 0 0 0.07 1 0.07 55.97 1 0.47
Hex EE DE 0 0 7 64 7 38 64 2F
Octal 356 336 0 0 7 144 7 70 144 57
Binary 11101110 11011110 0 0 111 1100100 111 111000 1100100 101111

Color Harmonies of #EEDE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE00

Black with #EEDE00

Text Example


Text Example

White with #EEDE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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