Html Css Color HEX #EEDD01 Golden Yellow

📋 copy color: '#EEDD01'

red 238 ◦ green 221 ◦ blue 1

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

Shades of Golden Yellow #EEDD01

Tints of Golden Yellow #EEDD01

RGB

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

 GREEN value IS 221 (86.72% from 255) = 48.04%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.74%
G = 48.04%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEDD01 (or 0xEEDD01) is known color: Golden Yellow. HEX triplet: EE, DD and 01. RGB value is (238,221,1). Sum of RGB (Red+Green+Blue) = 238+221+1=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD01 is #1122FE. Grayscale: #C9C9C9. Windows color (decimal): -1123071 or 122350. OLE color: 122350.

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

Color convert

RGB 238 221 1 -
CMYK 0 0.07 1.00 0.07
HSL 55.7º 0.99% 0.47% -
HSV(B) 55.7º 1% 0.93% -
XYZ 61.12 69.89 10.3 -
YUV 201 15.13 154.39 -
System Red Green Blue C M Y K H S L
Decimal 238 221 1 0 0.07 1.00 0.07 55.7 0.99 0.47
Hex EE DD 1 0 7 64 7 38 63 2F
Octal 356 335 1 0 7 144 7 70 143 57
Binary 11101110 11011101 1 0 111 1100100 111 111000 1100011 101111

Color Harmonies of #EEDD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD01

Black with #EEDD01

Text Example


Text Example

White with #EEDD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD01; }

 p { color: rgb(238,221,1); }

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

background-color css

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

 a { background-color: rgb(238,221,1); }

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

border-color css

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

 span { border-color: rgb(238,221,1); }

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