Html Css Color HEX #E6E401 Golden Yellow

📋 copy color: '#E6E401'

red 230 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #E6E401

Tints of Golden Yellow #E6E401

RGB

 RED value IS 230 (90.23% from 255) = 50.11%

 GREEN value IS 228 (89.45% from 255) = 49.67%

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

R = 50.11%
G = 49.67%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E6E401 (or 0xE6E401) is known color: Golden Yellow. HEX triplet: E6, E4 and 01. RGB value is (230,228,1). Sum of RGB (Red+Green+Blue) = 230+228+1=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6E401 is #191BFE. Grayscale: #CBCBCB. Windows color (decimal): -1645567 or 124134. OLE color: 124134.

HSL color Cylindrical-coordinate representation of color #E6E401: hue angle of 59.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6E401 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 228 1 -
CMYK 0 0.01 1.00 0.10
HSL 59.48º 0.99% 0.45% -
HSV(B) 59.48º 1% 0.9% -
XYZ 60.38 72.31 10.8 -
YUV 202.72 14.16 147.46 -
System Red Green Blue C M Y K H S L
Decimal 230 228 1 0 0.01 1.00 0.10 59.48 0.99 0.45
Hex E6 E4 1 0 1 64 A 3B 63 2D
Octal 346 344 1 0 1 144 12 73 143 55
Binary 11100110 11100100 1 0 1 1100100 1010 111011 1100011 101101

Color Harmonies of #E6E401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E401

Black with #E6E401

Text Example


Text Example

White with #E6E401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E401; }

 p { color: rgb(230,228,1); }

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

background-color css

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

 a { background-color: rgb(230,228,1); }

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

border-color css

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

 span { border-color: rgb(230,228,1); }

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