Html Css Color HEX #ECD606 School Bus Yellow

📋 copy color: '#ECD606'

red 236 ◦ green 214 ◦ blue 6

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

Shades of School Bus Yellow #ECD606

Tints of School Bus Yellow #ECD606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 51.75%
G = 46.93%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECD606 (or 0xECD606) is known color: School Bus Yellow. HEX triplet: EC, D6 and 06. RGB value is (236,214,6). Sum of RGB (Red+Green+Blue) = 236+214+6=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 6 (2.73% from 255 or 1.32% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECD606 is #1329F9. Grayscale: #C5C5C5. Windows color (decimal): -1255930 or 448236. OLE color: 448236.

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

Color convert

RGB 236 214 6 -
CMYK 0 0.09 0.97 0.07
HSL 54.26º 0.95% 0.47% -
HSV(B) 54.26º 0.97% 0.93% -
XYZ 58.67 65.94 9.81 -
YUV 196.87 20.29 155.91 -
System Red Green Blue C M Y K H S L
Decimal 236 214 6 0 0.09 0.97 0.07 54.26 0.95 0.47
Hex EC D6 6 0 9 61 7 36 5F 2F
Octal 354 326 6 0 11 141 7 66 137 57
Binary 11101100 11010110 110 0 1001 1100001 111 110110 1011111 101111

Color Harmonies of #ECD606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD606

Black with #ECD606

Text Example


Text Example

White with #ECD606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD606; }

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

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

background-color css

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

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

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

border-color css

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

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

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