#ECD90C

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

Shades of School Bus Yellow #ECD90C

Tints of School Bus Yellow #ECD90C

Color information

#ECD90C (or 0xECD90C) is unknown color: approx School Bus Yellow. HEX triplet: EC, D9 and 0C. RGB value is (236,217,12). Sum of RGB (Red+Green+Blue) = 236+217+12=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD90C is #1326F3. Grayscale: #C8C8C8. Windows color (decimal): -1255156 or 842220. OLE color: 842220.

HSL color Cylindrical-coordinate representation of color #ECD90C: hue angle of 54.91º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECD90C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB23621712-
CMYK00.080.950.07
HSL54.91º90.32%48.63%-
HSV(B)54.91º94.92%92.55%-
XYZ59.4767.4910.24-
YUV199.3122.29154.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 12 (5.08% from 255) = 2.58%
R=50.75%
G=46.67%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362171200.080.950.0754.9190.3248.63
HexECD9C085F7375a31
Octal3543311401013776713261
Binary111011001101100111000100010111111111101111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD90C; }

 p { color: rgb(236,217,12); }

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

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

 a { background-color: rgb(236,217,12); }

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

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

 span { border-color: rgb(236,217,12); }

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