Html Css Color HEX #EEDE03 Golden Yellow

📋 copy color: '#EEDE03'

red 238 ◦ green 222 ◦ blue 3

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

Shades of Golden Yellow #EEDE03

Tints of Golden Yellow #EEDE03

RGB

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

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

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

R = 51.4%
G = 47.95%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEDE03 (or 0xEEDE03) is known color: Golden Yellow. HEX triplet: EE, DE and 03. RGB value is (238,222,3). Sum of RGB (Red+Green+Blue) = 238+222+3=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 3 (1.56% from 255 or 0.65% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDE03 is #1121FC. Grayscale: #CACACA. Windows color (decimal): -1122813 or 253678. OLE color: 253678.

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

Color convert

RGB 238 222 3 -
CMYK 0 0.07 0.99 0.07
HSL 55.91º 0.98% 0.47% -
HSV(B) 55.91º 0.99% 0.93% -
XYZ 61.4 70.43 10.44 -
YUV 201.82 15.8 153.81 -
System Red Green Blue C M Y K H S L
Decimal 238 222 3 0 0.07 0.99 0.07 55.91 0.98 0.47
Hex EE DE 3 0 7 63 7 38 62 2F
Octal 356 336 3 0 7 143 7 70 142 57
Binary 11101110 11011110 11 0 111 1100011 111 111000 1100010 101111

Color Harmonies of #EEDE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE03

Black with #EEDE03

Text Example


Text Example

White with #EEDE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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