Html Css Color HEX #ECD801 School Bus Yellow

📋 copy color: '#ECD801'

red 236 ◦ green 216 ◦ blue 1

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

Shades of School Bus Yellow #ECD801

Tints of School Bus Yellow #ECD801

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.68%

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

R = 52.1%
G = 47.68%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD801 (or 0xECD801) is known color: School Bus Yellow. HEX triplet: EC, D8 and 01. RGB value is (236,216,1). Sum of RGB (Red+Green+Blue) = 236+216+1=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 1 (0.78% from 255 or 0.22% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD801 is #1327FE. Grayscale: #C6C6C6. Windows color (decimal): -1255423 or 121068. OLE color: 121068.

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

Color convert

RGB 236 216 1 -
CMYK 0 0.08 1.00 0.07
HSL 54.89º 0.99% 0.46% -
HSV(B) 54.89º 1% 0.93% -
XYZ 59.15 66.95 9.83 -
YUV 197.47 17.13 155.48 -
System Red Green Blue C M Y K H S L
Decimal 236 216 1 0 0.08 1.00 0.07 54.89 0.99 0.46
Hex EC D8 1 0 8 64 7 37 63 2E
Octal 354 330 1 0 10 144 7 67 143 56
Binary 11101100 11011000 1 0 1000 1100100 111 110111 1100011 101110

Color Harmonies of #ECD801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD801

Black with #ECD801

Text Example


Text Example

White with #ECD801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD801; }

 p { color: rgb(236,216,1); }

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

background-color css

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

 a { background-color: rgb(236,216,1); }

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

border-color css

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

 span { border-color: rgb(236,216,1); }

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