Html Css Color HEX #ECD900 School Bus Yellow

📋 copy color: '#ECD900'

red 236 ◦ green 217 ◦ blue 0

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

Shades of School Bus Yellow #ECD900

Tints of School Bus Yellow #ECD900

RGB

 RED value IS 236 (92.58% from 255) = 52.1%

 GREEN value IS 217 (85.16% from 255) = 47.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.1%
G = 47.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECD900 (or 0xECD900) is known color: School Bus Yellow. HEX triplet: EC, D9 and 00. RGB value is (236,217,0). Sum of RGB (Red+Green+Blue) = 236+217+0=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD900 is #1326FF. Grayscale: #C6C6C6. Windows color (decimal): -1255168 or 55788. OLE color: 55788.

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

Color convert

RGB 236 217 0 -
CMYK 0 0.08 1 0.07
HSL 55.17º 1% 0.46% -
HSV(B) 55.17º 1% 0.93% -
XYZ 59.4 67.46 9.89 -
YUV 197.94 16.29 155.14 -
System Red Green Blue C M Y K H S L
Decimal 236 217 0 0 0.08 1 0.07 55.17 1 0.46
Hex EC D9 0 0 8 64 7 37 64 2E
Octal 354 331 0 0 10 144 7 67 144 56
Binary 11101100 11011001 0 0 1000 1100100 111 110111 1100100 101110

Color Harmonies of #ECD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD900

Black with #ECD900

Text Example


Text Example

White with #ECD900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD900; }

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

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

background-color css

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

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

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

border-color css

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

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

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