#E2D505

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

Shades of School Bus Yellow #E2D505

Tints of School Bus Yellow #E2D505

Color information

#E2D505 (or 0xE2D505) is unknown color: approx School Bus Yellow. HEX triplet: E2, D5 and 05. RGB value is (226,213,5). Sum of RGB (Red+Green+Blue) = 226+213+5=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 5 (2.34% from 255 or 1.13% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D505 is #1D2AFA. Grayscale: #C2C2C2. Windows color (decimal): -1911547 or 382434. OLE color: 382434.

HSL color Cylindrical-coordinate representation of color #E2D505: hue angle of 56.47º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2D505 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB2262135-
CMYK00.060.980.11
HSL56.47º95.67%45.29%-
HSV(B)56.47º97.79%88.63%-
XYZ55.1963.779.54-
YUV193.1821.81151.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.90%
GREEN value IS 213 (83.59% from 255) = 47.97%
BLUE value IS 5 (2.34% from 255) = 1.13%
R=50.90%
G=47.97%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.98
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226213500.060.980.1156.4795.6745.29
HexE2D550662B38602d
Octal342325506142137014055
Binary11100010110101011010110110001010111110001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D505; }

 p { color: rgb(226,213,5); }

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

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

 a { background-color: rgb(226,213,5); }

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

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

 span { border-color: rgb(226,213,5); }

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