Html Css Color HEX #EEDA04 Golden Yellow

📋 copy color: '#EEDA04'

red 238 ◦ green 218 ◦ blue 4

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

Shades of Golden Yellow #EEDA04

Tints of Golden Yellow #EEDA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.74%
G = 47.39%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEDA04 (or 0xEEDA04) is known color: Golden Yellow. HEX triplet: EE, DA and 04. RGB value is (238,218,4). Sum of RGB (Red+Green+Blue) = 238+218+4=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA04 is #1125FB. Grayscale: #C8C8C8. Windows color (decimal): -1123836 or 318190. OLE color: 318190.

HSL color Cylindrical-coordinate representation of color #EEDA04: hue angle of 54.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEDA04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 4 -
CMYK 0 0.08 0.98 0.07
HSL 54.87º 0.97% 0.47% -
HSV(B) 54.87º 0.98% 0.93% -
XYZ 60.35 68.33 10.12 -
YUV 199.58 17.63 155.4 -
System Red Green Blue C M Y K H S L
Decimal 238 218 4 0 0.08 0.98 0.07 54.87 0.97 0.47
Hex EE DA 4 0 8 62 7 37 61 2F
Octal 356 332 4 0 10 142 7 67 141 57
Binary 11101110 11011010 100 0 1000 1100010 111 110111 1100001 101111

Color Harmonies of #EEDA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA04

Black with #EEDA04

Text Example


Text Example

White with #EEDA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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