Html Css Color HEX #EEDA03 Golden Yellow

📋 copy color: '#EEDA03'

red 238 ◦ green 218 ◦ blue 3

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

Shades of Golden Yellow #EEDA03

Tints of Golden Yellow #EEDA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 51.85%
G = 47.49%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEDA03 (or 0xEEDA03) is known color: Golden Yellow. HEX triplet: EE, DA and 03. RGB value is (238,218,3). Sum of RGB (Red+Green+Blue) = 238+218+3=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 3 (1.56% from 255 or 0.65% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDA03 is #1125FC. Grayscale: #C8C8C8. Windows color (decimal): -1123837 or 252654. OLE color: 252654.

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

Color convert

RGB 238 218 3 -
CMYK 0 0.08 0.99 0.07
HSL 54.89º 0.98% 0.47% -
HSV(B) 54.89º 0.99% 0.93% -
XYZ 60.35 68.33 10.09 -
YUV 199.47 17.13 155.48 -
System Red Green Blue C M Y K H S L
Decimal 238 218 3 0 0.08 0.99 0.07 54.89 0.98 0.47
Hex EE DA 3 0 8 63 7 37 62 2F
Octal 356 332 3 0 10 143 7 67 142 57
Binary 11101110 11011010 11 0 1000 1100011 111 110111 1100010 101111

Color Harmonies of #EEDA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA03

Black with #EEDA03

Text Example


Text Example

White with #EEDA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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