#EEAF01

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

Shades of Selective Yellow #EEAF01

Tints of Selective Yellow #EEAF01

Color information

#EEAF01 (or 0xEEAF01) is unknown color: approx Selective Yellow. HEX triplet: EE, AF and 01. RGB value is (238,175,1). Sum of RGB (Red+Green+Blue) = 238+175+1=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAF01 is #1150FE. Grayscale: #AEAEAE. Windows color (decimal): -1134847 or 110574. OLE color: 110574.

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

Color convert

RGB2381751-
CMYK00.261.000.07
HSL44.05º99.16%46.86%-
HSV(B)44.05º99.58%93.33%-
XYZ50.648.846.79-
YUV17430.37173.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.49%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=57.49%
G=42.27%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238175100.261.000.0744.0599.1646.86
HexEEAF101A6472c632f
Octal356257103214475414357
Binary1110111010101111101101011001001111011001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAF01; }

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

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

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

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

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

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

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

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