Html Css Color HEX #EEE001 Golden Yellow

📋 copy color: '#EEE001'

red 238 ◦ green 224 ◦ blue 1

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

Shades of Golden Yellow #EEE001

Tints of Golden Yellow #EEE001

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

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

R = 51.4%
G = 48.38%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEE001 (or 0xEEE001) is known color: Golden Yellow. HEX triplet: EE, E0 and 01. RGB value is (238,224,1). Sum of RGB (Red+Green+Blue) = 238+224+1=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 1 (0.78% from 255 or 0.22% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE001 is #111FFE. Grayscale: #CBCBCB. Windows color (decimal): -1122303 or 123118. OLE color: 123118.

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

Color convert

RGB 238 224 1 -
CMYK 0 0.06 1.00 0.07
HSL 56.46º 0.99% 0.47% -
HSV(B) 56.46º 1% 0.93% -
XYZ 61.92 71.49 10.56 -
YUV 202.76 14.14 153.13 -
System Red Green Blue C M Y K H S L
Decimal 238 224 1 0 0.06 1.00 0.07 56.46 0.99 0.47
Hex EE E0 1 0 6 64 7 38 63 2F
Octal 356 340 1 0 6 144 7 70 143 57
Binary 11101110 11100000 1 0 110 1100100 111 111000 1100011 101111

Color Harmonies of #EEE001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE001

Black with #EEE001

Text Example


Text Example

White with #EEE001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE001; }

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

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

background-color css

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

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

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

border-color css

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

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

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