Html Css Color HEX #E9AF01 Selective Yellow

📋 copy color: '#E9AF01'

red 233 ◦ green 175 ◦ blue 1

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

Shades of Selective Yellow #E9AF01

Tints of Selective Yellow #E9AF01

RGB

 RED value IS 233 (91.41% from 255) = 56.97%

 GREEN value IS 175 (68.75% from 255) = 42.79%

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

R = 56.97%
G = 42.79%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E9AF01 (or 0xE9AF01) is known color: Selective Yellow. HEX triplet: E9, AF and 01. RGB value is (233,175,1). Sum of RGB (Red+Green+Blue) = 233+175+1=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AF01 is #1650FE. Grayscale: #ADADAD. Windows color (decimal): -1462527 or 110569. OLE color: 110569.

HSL color Cylindrical-coordinate representation of color #E9AF01: hue angle of 45º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9AF01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 1 -
CMYK 0 0.25 1.00 0.09
HSL 45º 0.99% 0.46% -
HSV(B) 45º 1% 0.91% -
XYZ 48.94 47.99 6.71 -
YUV 172.51 31.22 171.15 -
System Red Green Blue C M Y K H S L
Decimal 233 175 1 0 0.25 1.00 0.09 45 0.99 0.46
Hex E9 AF 1 0 19 64 9 2D 63 2E
Octal 351 257 1 0 31 144 11 55 143 56
Binary 11101001 10101111 1 0 11001 1100100 1001 101101 1100011 101110

Color Harmonies of #E9AF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AF01

Black with #E9AF01

Text Example


Text Example

White with #E9AF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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