Html Css Color HEX #ECD601 School Bus Yellow

📋 copy color: '#ECD601'

red 236 ◦ green 214 ◦ blue 1

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

Shades of School Bus Yellow #ECD601

Tints of School Bus Yellow #ECD601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.45%

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

R = 52.33%
G = 47.45%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ECD601 (or 0xECD601) is known color: School Bus Yellow. HEX triplet: EC, D6 and 01. RGB value is (236,214,1). Sum of RGB (Red+Green+Blue) = 236+214+1=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD601 is #1329FE. Grayscale: #C5C5C5. Windows color (decimal): -1255935 or 120556. OLE color: 120556.

HSL color Cylindrical-coordinate representation of color #ECD601: hue angle of 54.38º 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 #ECD601 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 1 -
CMYK 0 0.09 1.00 0.07
HSL 54.38º 0.99% 0.46% -
HSV(B) 54.38º 1% 0.93% -
XYZ 58.64 65.93 9.66 -
YUV 196.3 17.79 156.32 -
System Red Green Blue C M Y K H S L
Decimal 236 214 1 0 0.09 1.00 0.07 54.38 0.99 0.46
Hex EC D6 1 0 9 64 7 36 63 2E
Octal 354 326 1 0 11 144 7 66 143 56
Binary 11101100 11010110 1 0 1001 1100100 111 110110 1100011 101110

Color Harmonies of #ECD601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD601

Black with #ECD601

Text Example


Text Example

White with #ECD601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD601; }

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

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

background-color css

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

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

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

border-color css

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

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

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