#EEB501

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

Shades of Selective Yellow #EEB501

Tints of Selective Yellow #EEB501

Color information

#EEB501 (or 0xEEB501) is unknown color: approx Selective Yellow. HEX triplet: EE, B5 and 01. RGB value is (238,181,1). Sum of RGB (Red+Green+Blue) = 238+181+1=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB501 is #114AFE. Grayscale: #B2B2B2. Windows color (decimal): -1133311 or 112110. OLE color: 112110.

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

Color convert

RGB2381811-
CMYK00.241.000.07
HSL45.57º99.16%46.86%-
HSV(B)45.57º99.58%93.33%-
XYZ51.7951.237.19-
YUV177.5228.38171.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.67%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=56.67%
G=43.10%
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
Decimal238181100.241.000.0745.5799.1646.86
HexEEB510186472e632f
Octal356265103014475614357
Binary1110111010110101101100011001001111011101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB501; }

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

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

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

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

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

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

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

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