#EEB401

Color #EEB401 Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #EEB401

Tints of Selective Yellow #EEB401

Color information

#EEB401 (or 0xEEB401) is unknown color: approx Selective Yellow. HEX triplet: EE, B4 and 01. RGB value is (238,180,1). Sum of RGB (Red+Green+Blue) = 238+180+1=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB401 is #114BFE. Grayscale: #B1B1B1. Windows color (decimal): -1133567 or 111854. OLE color: 111854.

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

Color convert

RGB2381801-
CMYK00.241.000.07
HSL45.32º99.16%46.86%-
HSV(B)45.32º99.58%93.33%-
XYZ51.5950.827.12-
YUV176.9428.72171.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.80%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=56.80%
G=42.96%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238180100.241.000.0745.3299.1646.86
HexEEB410186472d632f
Octal356264103014475514357
Binary1110111010110100101100011001001111011011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB401; }

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

 H1.HeaderClassName
 {
   color: #EEB401;
 }
 .AnyTagClassName
 {
   color: #EEB401;
 }
</style>
background-color css

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

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

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

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

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

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