Html Css Color HEX #EEDA00 Golden Yellow

📋 copy color: '#EEDA00'

red 238 ◦ green 218 ◦ blue 0

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

Shades of Golden Yellow #EEDA00

Tints of Golden Yellow #EEDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

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

R = 52.19%
G = 47.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEDA00 (or 0xEEDA00) is known color: Golden Yellow. HEX triplet: EE, DA and 00. RGB value is (238,218,0). Sum of RGB (Red+Green+Blue) = 238+218+0=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 0 (0.39% from 255 or 0% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA00 is #1125FF. Grayscale: #C8C8C8. Windows color (decimal): -1123840 or 56046. OLE color: 56046.

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

Color convert

RGB 238 218 0 -
CMYK 0 0.08 1 0.07
HSL 54.96º 1% 0.47% -
HSV(B) 54.96º 1% 0.93% -
XYZ 60.33 68.32 10.01 -
YUV 199.13 15.63 155.73 -
System Red Green Blue C M Y K H S L
Decimal 238 218 0 0 0.08 1 0.07 54.96 1 0.47
Hex EE DA 0 0 8 64 7 37 64 2F
Octal 356 332 0 0 10 144 7 67 144 57
Binary 11101110 11011010 0 0 1000 1100100 111 110111 1100100 101111

Color Harmonies of #EEDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA00

Black with #EEDA00

Text Example


Text Example

White with #EEDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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