Html Css Color HEX #EEDF00 Golden Yellow

📋 copy color: '#EEDF00'

red 238 ◦ green 223 ◦ blue 0

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

Shades of Golden Yellow #EEDF00

Tints of Golden Yellow #EEDF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

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

R = 51.63%
G = 48.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEDF00 (or 0xEEDF00) is known color: Golden Yellow. HEX triplet: EE, DF and 00. RGB value is (238,223,0). Sum of RGB (Red+Green+Blue) = 238+223+0=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF00 is #1120FF. Grayscale: #CACACA. Windows color (decimal): -1122560 or 57326. OLE color: 57326.

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

Color convert

RGB 238 223 0 -
CMYK 0 0.06 1 0.07
HSL 56.22º 1% 0.47% -
HSV(B) 56.22º 1% 0.93% -
XYZ 61.65 70.95 10.45 -
YUV 202.06 13.97 153.63 -
System Red Green Blue C M Y K H S L
Decimal 238 223 0 0 0.06 1 0.07 56.22 1 0.47
Hex EE DF 0 0 6 64 7 38 64 2F
Octal 356 337 0 0 6 144 7 70 144 57
Binary 11101110 11011111 0 0 110 1100100 111 111000 1100100 101111

Color Harmonies of #EEDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF00

Black with #EEDF00

Text Example


Text Example

White with #EEDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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