#E8D803

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

Shades of School Bus Yellow #E8D803

Tints of School Bus Yellow #E8D803

Color information

#E8D803 (or 0xE8D803) is unknown color: approx School Bus Yellow. HEX triplet: E8, D8 and 03. RGB value is (232,216,3). Sum of RGB (Red+Green+Blue) = 232+216+3=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 3 (1.56% from 255 or 0.67% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D803 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D803 is #1727FC. Grayscale: #C5C5C5. Windows color (decimal): -1517565 or 252136. OLE color: 252136.

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

Color convert

RGB2322163-
CMYK00.070.990.09
HSL55.81º97.45%46.08%-
HSV(B)55.81º98.71%90.98%-
XYZ57.8566.279.83-
YUV196.518.8153.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.44%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=51.44%
G=47.89%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232216300.070.990.0955.8197.4546.08
HexE8D830763938612e
Octal350330307143117014156
Binary1110100011011000110111110001110011110001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D803; }

 p { color: rgb(232,216,3); }

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

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

 a { background-color: rgb(232,216,3); }

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

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

 span { border-color: rgb(232,216,3); }

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